Share via


ColumnBase<TGridItem>.SortBy Property

Definition

Specifies sorting rules for a column.

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

Property Value

Applies to