SortableBindingList<T>.SupportsSortingCore Property
Gets a value indicating whether the list supports sorting.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property SupportsSortingCore As Boolean
Get
'Usage
Dim value As Boolean
value = Me.SupportsSortingCore
protected override bool SupportsSortingCore { get; }
protected:
virtual property bool SupportsSortingCore {
bool get () override;
}
abstract SupportsSortingCore : bool
override SupportsSortingCore : bool
override function get SupportsSortingCore () : boolean
Property Value
Type: System.Boolean
true if the list supports sorting; otherwise, false.