共用方式為


TemplateColumn<TGridItem>.SortBy 屬性

定義

指定數據行的排序規則。

[Microsoft.AspNetCore.Components.Parameter]
public override Microsoft.AspNetCore.Components.QuickGrid.GridSort<TGridItem>? SortBy { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.SortBy : Microsoft.AspNetCore.Components.QuickGrid.GridSort<'GridItem> with get, set
Public Overrides Property SortBy As GridSort(Of TGridItem)

屬性值

屬性

適用於