menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSortColumns - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved