Show / Hide Table of Contents

Class SortingInfo

Represents a sorting parameter.

Inheritance
Object
SortingInfo
GroupingInfo
Namespace: DevExtreme.AspNet.Data
Assembly: DevExtreme.AspNet.Data.dll
Syntax
public class SortingInfo

Constructors

| Improve this Doc

SortingInfo()

Declaration
public SortingInfo()

Properties

| Improve this Doc

Desc

A flag indicating whether data should be sorted in a descending order.

Declaration
public bool Desc { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc

Selector

The data field to be used for sorting.

Declaration
public string Selector { get; set; }
Property Value
Type Description
String
  • Improve this Doc
Back to top Copyright (c) Developer Express Inc.