Class KanbanEditSettings
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class KanbanEditSettings : EJTagHelper
Constructors
KanbanEditSettings()
Declaration
public KanbanEditSettings()
Properties
AllowAdding
Gets or sets a value that indicates whether to enable the adding action behavior on Kanban.
Declaration
[JsonProperty("allowAdding")]
public bool AllowAdding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowEditing
Gets or sets a value that indicates whether to enable the editing action of Kanban.
Declaration
[JsonProperty("allowEditing")]
public bool AllowEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DialogTemplate
This specifies the id of the template which is require to be edited using the Dialog Box
Declaration
[JsonProperty("dialogTemplate")]
public string DialogTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The dialogTemplate |
EditItem
Declaration
public virtual List<KanbanEditItem> EditItem { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KanbanEditItem> |
EditItems
Declaration
[JsonProperty("editItems")]
public List<KanbanEditItem> EditItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KanbanEditItem> |
EditMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("editMode")]
public KanbanEditMode EditMode { get; set; }
Property Value
Type | Description |
---|---|
KanbanEditMode |
ExternalFormTemplate
Get or sets the id of the template which is required to be edited using the external form.
Declaration
[JsonProperty("externalFormTemplate")]
public string ExternalFormTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The externalFormTemplate |
FormPosition
Get or sets to set position of an External edit form either in the right or bottom of the Kanban.
Declaration
[JsonProperty("formPosition")]
[JsonConverter(typeof(StringEnumConverter))]
public KanbanFormPosition FormPosition { get; set; }
Property Value
Type | Description |
---|---|
KanbanFormPosition | The formPosition |