DbDataSource.SortProperty Property | |
Gets the PropertyDescriptor that is being used for sorting.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax PROPERTY SortProperty AS PropertyDescriptor GET SET
public PropertyDescriptor SortProperty { get; set; }
Request Example
View SourceReturn Value
Type:
PropertyDescriptorThe
PropertyDescriptor that is being used for sorting.
Implements
SortPropertyExceptions Exception | Condition |
---|
NotSupportedException | SupportsSorting is . |
See Also