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.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected override PropertyDescriptor? SortPropertyCore { get; }
Protected Overrides ReadOnly Property SortPropertyCore As PropertyDescriptor
Get
protected:
virtual property PropertyDescriptor^ SortPropertyCore {
PropertyDescriptor^ get () override;
}
abstract SortPropertyCore : PropertyDescriptor with get
override SortPropertyCore : PropertyDescriptor with get
Property Value
PropertyDescriptor