menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortDirection

    Specifies the sort direction for the field names in the Query Builder.

    Inheritance
    System.Object
    SortDirection
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SortDirection : Enum
    Remarks

    This enumeration controls how the fields in the dropdown list are ordered.

    Fields

    Ascending

    Sorts the field names in ascending alphabetical order.

    Declaration
    public const SortDirection Ascending
    Field Value
    Type
    SortDirection

    Default

    The fields are not sorted and appear in their original order.

    Declaration
    public const SortDirection Default
    Field Value
    Type
    SortDirection

    Descending

    Sorts the field names in descending alphabetical order.

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