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.4.0.0 (1.4.19.0711)
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