Blazor

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

    Show / Hide Table of Contents

    Class KanbanSortSettings

    Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    KanbanSortSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KanbanSortSettings : SfDataBoundComponent

    Constructors

    KanbanSortSettings()

    Declaration
    public KanbanSortSettings()

    Properties

    ChildContent

    Defines the child content

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Direction

    Sort the cards. The possible values are: Ascending Descending

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    Field

    Defines the sort field

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    SortBy

    Sort the cards. The possible values are: DataSourceOrder Index Custom

    Declaration
    public SortOrderBy SortBy { get; set; }
    Property Value
    Type Description
    SortOrderBy

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved