DbDataSource.SupportsSorting Property | |
Gets whether the list supports sorting.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY SupportsSorting AS LOGIC GET SET
public bool SupportsSorting { get; set; }
Request Example
View SourceReturn Value
Type:
Logic if the list supports sorting; otherwise,
.
Implements
SupportsSortingSee Also