ColumnBase<TGridItem>.InitialSortDirection 属性

定义

指示要按哪个方向排序(如果 IsDefaultSortColumn 为 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

属性值

属性

适用于