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.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListSortDirection SortDirection { get; set; }
Public Property SortDirection As ListSortDirection
Get
Set
public:
property ListSortDirection SortDirection {
ListSortDirection get ();
void set (ListSortDirection value);
}
member SortDirection : ListSortDirection with get, set
Property Value
Type:
ListSortDirectionThe sort direction. The default value is null.
See Also