Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortColumn - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortColumn

    Defines the Sort Column

    Inheritance
    System.Object
    SortColumn
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SortColumn : ValueType

    Properties

    Direction

    Specifies the sort direction.

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    Field

    Specifies the field of the column to be sorted.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved