SortableBindingListTSortPropertyCore 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.

Definition

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

Property Value

PropertyDescriptor

See Also