Class GridSortColumns
Configures grid sort columns.
Inheritance
System.Object
GridSortColumns
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridSortColumns : OwningComponentBase
Constructors
GridSortColumns()
Declaration
public GridSortColumns()
Properties
Columns
Gets the sorted columns collection, use GridSortColumn component to set initial sort columns.
Declaration
public List<GridSortColumn> Columns { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<GridSortColumn> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |