TemplateColumn<TGridItem>.SortBy Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies sorting rules for a column.
C#
[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)
- Attributes
Product | Versions |
---|---|
ASP.NET Core | 8.0, 9.0 |