alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SortOrder

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

    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum SortOrder

    Fields

    Name Description
    Ascending

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

    Descending

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

    None

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

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved