Share via


SortableBindingList<T>.SortDirectionCore Property

Gets the direction in which 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 SortDirectionCore As ListSortDirection
    Get
'Usage
Dim value As ListSortDirection

value = Me.SortDirectionCore
protected override ListSortDirection SortDirectionCore { get; }
protected:
virtual property ListSortDirection SortDirectionCore {
    ListSortDirection get () override;
}
abstract SortDirectionCore : ListSortDirection
override SortDirectionCore : ListSortDirection
override function get SortDirectionCore () : ListSortDirection

Property Value

Type: System.ComponentModel.ListSortDirection
One of the ListSortDirection values. The default is ascending.