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 directions in which tasks can be sorted.

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

    SortDirection is used to define the order in which tasks appear, either ascending or descending.

    Fields

    Ascending

    Sorts tasks in ascending order.

    Declaration
    public const SortDirection Ascending
    Field Value
    Type Description
    SortDirection

    Represents order from smallest to largest or earliest to latest.

    Remarks

    Ideal for prioritizing tasks from low to high importance or chronological order.

    Descending

    Sorts tasks in descending order.

    Declaration
    public const SortDirection Descending
    Field Value
    Type Description
    SortDirection

    Represents order from largest to smallest or latest to earliest.

    Remarks

    Ideal for prioritizing tasks from high to low importance or reverse chronological order.

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