Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortedColumn

    Show / Hide Table of Contents

    Class SortedColumn

    Defines the sort column.

    Inheritance
    System.Object
    SortedColumn
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SortedColumn : Object

    Constructors

    SortedColumn()

    Declaration
    public SortedColumn()

    Properties

    Comparer

    Gets the sort comparer

    Declaration
    public object Comparer { get; set; }
    Property Value
    Type Description
    System.Object

    Direction

    Specifies the sort order.

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

    Field

    Specifies the field to sort.

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