Click or drag to resize

DbDataSource.IsSorted Property

X#
Gets whether the items in the list are sorted.

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

Return Value

Type: Logic
if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort has not been called; otherwise, .

Implements

IsSorted
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is .
See Also