Click or drag to resize
CommandifiedListTSortProperty Property
Gets the PropertyDescriptor that is being used for sorting.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public virtual PropertyDescriptor SortProperty { get; }

Property Value

Type: PropertyDescriptor

Return Value

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

Implements

IBindingListSortProperty
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also