Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    Direction

    Gets the sort direction.

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

    Name

    Gets the field name

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