Click or drag to resize

DbDataSource.SortDirection Property

X#
Gets the direction of the sort.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 PROPERTY SortDirection AS ListSortDirection GET SET 
Request Example View Source

Return Value

Type: ListSortDirection
One of the ListSortDirection values.

Implements

SortDirection
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is .
See Also