menu

Blazor

  • Code Examples
  • 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.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SortColumn : Object

    Constructors

    SortColumn()

    Declaration
    public SortColumn()

    Properties

    ColumnName

    Specifies the column name.

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type
    System.String

    SortDirection

    Specifies the sort direction.

    Declaration
    public ListSortDirection SortDirection { get; set; }
    Property Value
    Type
    ListSortDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved