Click or drag to resize
GroupDescriptorGroupSortDirection 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.ListViewGroup
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxListViewSortOrder GroupSortDirection { get; set; }

Property Value

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