Click or drag to resize
SortDescriptorSortDirection Property
Gets or sets the sort direction for this sort descriptor. If the value is null no sorting will be applied.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ListSortDirection SortDirection { get; set; }

Property Value

Type: ListSortDirection
The sort direction. The default value is null.
See Also