Blazor

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

    Show / Hide Table of Contents

    Class SortOrder

    Defines the sorting order type for TreeView.

    Inheritance
    System.Object
    SortOrder
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SortOrder : Enum

    Fields

    Ascending

    Specifies the nodes are sorted in the 'Ascending' order.

    Declaration
    public const SortOrder Ascending
    Field Value
    Type Description
    SortOrder

    Descending

    Specifies the nodes are sorted in the 'Descending' order.

    Declaration
    public const SortOrder Descending
    Field Value
    Type Description
    SortOrder

    None

    Specifies the nodes are not sorted.

    Declaration
    public const SortOrder None
    Field Value
    Type Description
    SortOrder

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved