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

    An enum type that denotes the sort order of the ListView. Available options are as follows None, Ascending, Descending.

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

    Fields

    Ascending

    Sorts the list view items will be displayed in the ascending order.

    Declaration
    public const SortOrder Ascending
    Field Value
    Type
    SortOrder

    Descending

    Sorts the list view items will be displayed in the descending order.

    Declaration
    public const SortOrder Descending
    Field Value
    Type
    SortOrder

    None

    The list view items will be displayed without performing any sorting.

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