Share via


SortableBindingList<T>.IsSortedCore Property

Gets a value indicating whether the list is sorted.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property IsSortedCore As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsSortedCore
protected override bool IsSortedCore { get; }
protected:
virtual property bool IsSortedCore {
    bool get () override;
}
abstract IsSortedCore : bool
override IsSortedCore : bool
override function get IsSortedCore () : boolean

Property Value

Type: System.Boolean
true if the list is sorted; otherwise, false.