GroupDescriptorBaseSortDirection Property |
Gets or sets the sort direction for this 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 virtual Nullable<ListSortDirection> SortDirection { get; set; }
Public Overridable Property SortDirection As Nullable(Of ListSortDirection)
Get
Set
public:
virtual property Nullable<ListSortDirection> SortDirection {
Nullable<ListSortDirection> get ();
void set (Nullable<ListSortDirection> value);
}
abstract SortDirection : Nullable<ListSortDirection> with get, set
override SortDirection : Nullable<ListSortDirection> with get, set
Property Value
Type:
NullableListSortDirectionThe sort direction. The default value is null.
Implements
IGroupDescriptorSortDirection
See Also