menu

Blazor

  • Code Examples
  • 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 of the folders and files.

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

    Fields

    Ascending

    Indicates that the folders and files are sorted in the ascending order in FileManager component.

    Declaration
    public const SortOrder Ascending
    Field Value
    Type
    SortOrder

    Descending

    Indicates that the folders and files are sorted in the descending order.

    Declaration
    public const SortOrder Descending
    Field Value
    Type
    SortOrder

    None

    Indicates that the folders and files are not sorted.

    Declaration
    public const SortOrder None
    Field Value
    Type
    SortOrder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved