ASP.NET MVC

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

    Show / Hide Table of Contents

    Class KanbanEditSettingsBuilder

    Represents a class for KanbanEditSettingsBuilder which includes allow editing, allow adding, edit mode, edit items, form position, and template properties.

    Inheritance
    System.Object
    KanbanEditSettingsBuilder
    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 KanbanEditSettingsBuilder

    Constructors

    KanbanEditSettingsBuilder(KanbanEditSettings)

    Initializes a new instance of the KanbanEditSettingsBuilder class.

    Declaration
    public KanbanEditSettingsBuilder(KanbanEditSettings editSettings)
    Parameters
    Type Name Description
    KanbanEditSettings editSettings

    It displays the list of KanbanEditSettings option

    Methods

    AllowAdding(Boolean)

    It sets a value that indicates whether to enable the adding action in Kanban.

    Declaration
    public KanbanEditSettingsBuilder AllowAdding(bool allowAdding)
    Parameters
    Type Name Description
    System.Boolean allowAdding

    If set to , then ; otherwise, .

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    AllowEditing(Boolean)

    It gets or sets a value that indicates whether to enable the editing action in Kanban.

    Declaration
    public KanbanEditSettingsBuilder AllowEditing(bool allowEditing)
    Parameters
    Type Name Description
    System.Boolean allowEditing

    If set to , then ; otherwise, .

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    DialogTemplate(String)

    This specifies the id of the template which is require to be edited using the dialog template mode editing.

    Declaration
    public KanbanEditSettingsBuilder DialogTemplate(string dialogTemplate)
    Parameters
    Type Name Description
    System.String dialogTemplate

    It accepts the string value and display the data for editing in dialog template mode

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    EditItems(Action<EditSettingsItemBuilder>)

    It gets or sets an object that indicates whether to customize the editing fields of Kanban.

    Declaration
    public KanbanEditSettingsBuilder EditItems(Action<EditSettingsItemBuilder> editItems)
    Parameters
    Type Name Description
    System.Action<EditSettingsItemBuilder> editItems

    It accepts the editItems through lamba expression

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    EditItems(List<KanbanEditItem>)

    It gets or sets an object that indicates whether to customize the editing fields of Kanban.

    Declaration
    public KanbanEditSettingsBuilder EditItems(List<KanbanEditItem> editItems)
    Parameters
    Type Name Description
    System.Collections.Generic.List<KanbanEditItem> editItems

    The accepts list of editItems

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    EditMode(KanbanEditMode)

    It get or sets an object that indicates whether to customize the editMode of the Kanban.

    Declaration
    public KanbanEditSettingsBuilder EditMode(KanbanEditMode editMode)
    Parameters
    Type Name Description
    KanbanEditMode editMode

    It displays the list of editMode options

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    ExternalFormTemplate(String)

    It get or sets the id of the template which is required to be edited using the external template form editing.

    Declaration
    public KanbanEditSettingsBuilder ExternalFormTemplate(string externalFormTemplate)
    Parameters
    Type Name Description
    System.String externalFormTemplate

    It accepts the string value and display the data for editing in external form template mode

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

    FormPosition(KanbanFormPosition)

    It get or sets to set position of an External edit form either in the right or bottom of the Kanban.

    Declaration
    public KanbanEditSettingsBuilder FormPosition(KanbanFormPosition formPosition)
    Parameters
    Type Name Description
    KanbanFormPosition formPosition

    It display the list of Formpostion options to set the position of External editform

    Returns
    Type Description
    KanbanEditSettingsBuilder

    KanbanEditSettingsBuilder

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