Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanSortSettings

    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
    SfBaseComponent
    SfDataBoundComponent
    KanbanSortSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    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()

    Method invoked when the component is ready to start.

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

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Method invoked when the component has received parameters from its parent.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved