DbDataSource.IsSorted Property | |
Gets whether the items in the list are sorted.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY IsSorted AS LOGIC GET
public bool IsSorted { get; }
Request Example
View SourceReturn Value
Type:
Logic if
ApplySort(PropertyDescriptor, ListSortDirection) has been called and
RemoveSort has not been called; otherwise,
.
Implements
IsSortedExceptions Exception | Condition |
---|
NotSupportedException | SupportsSorting is . |
See Also