Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortOrderBy - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SortOrderBy

    Defines types to be used as SortOrder.

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

    Fields

    Custom

    Defines the SortOrder as Custom.

    Declaration
    public const SortOrderBy Custom
    Field Value
    Type Description
    SortOrderBy

    DataSourceOrder

    Defines the SortOrder as DataSourceOrder.

    Declaration
    public const SortOrderBy DataSourceOrder
    Field Value
    Type Description
    SortOrderBy

    Index

    Defines the SortOrder as Index.

    Declaration
    public const SortOrderBy Index
    Field Value
    Type Description
    SortOrderBy

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved