FastBindingListTSortProperty Property

Gets a PropertyDescriptor that is being used for sorting. Returns if the list is not sorted or when it is sorted by the values of T rather than by one of its properties.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public PropertyDescriptor? SortProperty { get; }

Property Value

PropertyDescriptor

Implements

IBindingListSortProperty

Remarks

This property returns the value of the overridable SortPropertyCore property.

See Also