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

    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 Description
    SortOrder

    Descending

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

    Declaration
    public const SortOrder Descending
    Field Value
    Type Description
    SortOrder

    None

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

    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 - 2022 Syncfusion Inc. All Rights Reserved