DbDataSource.SortDirection Property | |
Gets the direction of the sort.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY SortDirection AS ListSortDirection GET SET
public ListSortDirection SortDirection { get; set; }
Request Example
View SourceReturn Value
Type:
ListSortDirectionOne of the
ListSortDirection values.
Implements
SortDirectionExceptions Exception | Condition |
---|
NotSupportedException | SupportsSorting is . |
See Also