Click or drag to resize
SortDescriptor Class
Represents declarative sorting.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataSortDescriptor

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class SortDescriptor

The SortDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodSortDescriptor
Top
Properties
  NameDescription
Public propertyMember
Gets or sets the member name which will be used for sorting.
Public propertySortDirection
Gets or sets the sort direction for this sort descriptor. If the value is null no sorting will be applied.
Top
See Also