Click or drag to resize

DbDataSource.SortProperty Property

X#
Gets the PropertyDescriptor that is being used for sorting.

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

Return Value

Type: PropertyDescriptor
The PropertyDescriptor that is being used for sorting.

Implements

SortProperty
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is .
See Also