ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanSwimlaneHeadersBuilder - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanSwimlaneHeadersBuilder

    Represents a class for KanbanSwimlaneHeadersBuilder which includes text and key properties of swimlane header.

    Inheritance
    System.Object
    KanbanSwimlaneHeadersBuilder
    Inherited Members
    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.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KanbanSwimlaneHeadersBuilder

    Constructors

    KanbanSwimlaneHeadersBuilder(KanbanSwimlaneHeaders)

    Initializes a new instance of the Syncfusion.JavaScript.KanbanSwimlaneHeaderBuilder class.

    Declaration
    public KanbanSwimlaneHeadersBuilder(KanbanSwimlaneHeaders header)
    Parameters
    Type Name Description
    KanbanSwimlaneHeaders header

    It displays the Swimlane Header

    KanbanSwimlaneHeadersBuilder(SwimlaneSettings)

    Declaration
    public KanbanSwimlaneHeadersBuilder(SwimlaneSettings headers)
    Parameters
    Type Name Description
    SwimlaneSettings headers

    Methods

    Add()

    It adds the current swimlane settings Item value.

    Declaration
    public void Add()

    Key(String)

    It gets and sets swimlane header key.

    Declaration
    public KanbanSwimlaneHeadersBuilder Key(string key)
    Parameters
    Type Name Description
    System.String key

    It accepts the string value as key

    Returns
    Type Description
    KanbanSwimlaneHeadersBuilder

    KanbanSwimlaneHeaderBuilder

    Text(String)

    It gets and sets swimlane headers text.

    Declaration
    public KanbanSwimlaneHeadersBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    It accepts the string value as text

    Returns
    Type Description
    KanbanSwimlaneHeadersBuilder

    KanbanSwimlaneHeaderBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved