FastBindingListTSortPropertyCore Property

Gets the property descriptor that is used for sorting the list if sorting, or if the list is not sorted or when it is sorted by the values of T rather than by one of its properties.
The base implementation returns .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected virtual PropertyDescriptor? SortPropertyCore { get; }

Property Value

PropertyDescriptor

Remarks

See Also