Click or drag to resize
GroupDescriptorBaseSortDirection Property
Gets or sets the sort direction for this 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 virtual Nullable<ListSortDirection> SortDirection { get; set; }

Property Value

Type: NullableListSortDirection
The sort direction. The default value is null.

Implements

IGroupDescriptorSortDirection
See Also