IGroupDescriptorSortDirection Property |
Gets the sort direction for this descriptor. If the value is
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)
SyntaxNullable<ListSortDirection> SortDirection { get; }
ReadOnly Property SortDirection As Nullable(Of ListSortDirection)
Get
property Nullable<ListSortDirection> SortDirection {
Nullable<ListSortDirection> get ();
}
abstract SortDirection : Nullable<ListSortDirection> with get
Property Value
Type:
NullableListSortDirectionThe sort direction. The default value is
.
See Also