menu

Blazor

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

    Show / Hide Table of Contents

    Class Sort

    Defines the sort descriptor.

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

    Constructors

    Sort()

    Declaration
    public Sort()

    Properties

    Comparer

    Gets the sort comparer

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

    Direction

    Gets the sort direction.

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

    Name

    Gets the field name.

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