ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class KanbanSwimlaneSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    KanbanSwimlaneSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Kanban
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class KanbanSwimlaneSettings : EJTagHelper

    Constructors

    KanbanSwimlaneSettings()

    Declaration
    public KanbanSwimlaneSettings()

    Properties

    AllowDragAndDrop

    Enable or disable the card drag and drop actions

    Declaration
    [HtmlAttributeName("allowDragAndDrop")]
    public bool AllowDragAndDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    EnableFrozenRows

    Enables or disables the freeze the swimlane rows

    Declaration
    [HtmlAttributeName("enableFrozenRows")]
    public bool EnableFrozenRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    KeyField

    Defines the swimlane key field

    Declaration
    [HtmlAttributeName("keyField")]
    public string KeyField { get; set; }
    Property Value
    Type Description
    System.String

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ShowEmptyRow

    Enable or disable empty swimlane

    Declaration
    [HtmlAttributeName("showEmptyRow")]
    public bool ShowEmptyRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowItemCount

    Enable or disable items count

    Declaration
    [HtmlAttributeName("showItemCount")]
    public bool ShowItemCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowUnassignedRow

    Enable or disable unassigned swimlane group

    Declaration
    [HtmlAttributeName("showUnassignedRow")]
    public bool ShowUnassignedRow { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortComparer

    Defines the custom sort comparer function. The sort comparer function has the same functionality like Array.sort sort comparer.

    Declaration
    [HtmlAttributeName("sortComparer")]
    public object SortComparer { get; set; }
    Property Value
    Type Description
    System.Object

    SortDirection

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

    Declaration
    [HtmlAttributeName("sortDirection")]
    public SortDirection SortDirection { get; set; }
    Property Value
    Type Description
    SortDirection

    Template

    Defines the swimlane row template

    Declaration
    [HtmlAttributeName("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    TextField

    Defines the swimlane header text field

    Declaration
    [HtmlAttributeName("textField")]
    public string TextField { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved