SortableBindingList<T>.SortPropertyCore Property
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property SortPropertyCore As PropertyDescriptor
Get
'Usage
Dim value As PropertyDescriptor
value = Me.SortPropertyCore
protected override PropertyDescriptor SortPropertyCore { get; }
protected:
virtual property PropertyDescriptor^ SortPropertyCore {
PropertyDescriptor^ get () override;
}
abstract SortPropertyCore : PropertyDescriptor
override SortPropertyCore : PropertyDescriptor
override function get SortPropertyCore () : PropertyDescriptor
Property Value
Type: System.ComponentModel.PropertyDescriptor
The PropertyDescriptor used for sorting the list.