Blazor

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

    Show / Hide Table of Contents

    Class SwimlaneSettingsModel

    Interface for the class SwimlaneSettings

    Inheritance
    System.Object
    SwimlaneSettingsModel
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SwimlaneSettingsModel : Object

    Constructors

    SwimlaneSettingsModel()

    Declaration
    public SwimlaneSettingsModel()

    Properties

    AllowDragAndDrop

    Enables or disables the drag and drop actions in the Kanban.

    Declaration
    public bool AllowDragAndDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    Count

    Defines the swimlane card count

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    KeyField

    Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.

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

    ShowEmptyRow

    Enable or disable empty swimlane

    Declaration
    public bool ShowEmptyRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowItemCount

    Enable or disable items count

    Declaration
    public bool ShowItemCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortDirection

    Sort the swimlane resources. The possible values are: Ascending Descending

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

    Template

    Defines the swimlane template

    Declaration
    public RenderFragment<SwimlaneSettingsModel> Template { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<SwimlaneSettingsModel>

    TextField

    Defines the swimlane header text field

    Declaration
    public string TextField { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved