TemplateColumn<TGridItem>.SortBy Property

Definition

Specifies sorting rules for a column.

[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)

Property Value

Attributes

Applies to