alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum SortOrderBy

    Determines the order in which tasks are arranged on the Kanban board.

    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SortOrderBy
    Remarks

    SortOrderBy specifies the sorting criterion that dictates the sequencing of tasks.

    Fields

    Name Description
    Custom

    Orders tasks based on custom logic defined by the user.

    DataSourceOrder

    Orders tasks according to their original sequence in the data source.

    Index

    Orders tasks based on their relative index positions.

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