ColumnBase<TGridItem>.InitialSortDirection Property

Definition

Indicates which direction to sort in if IsDefaultSortColumn is true.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.QuickGrid.SortDirection InitialSortDirection { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.InitialSortDirection : Microsoft.AspNetCore.Components.QuickGrid.SortDirection with get, set
Public Property InitialSortDirection As SortDirection

Property Value

Attributes

Applies to