Class KanbanEditItem
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 KanbanEditItem : EJTagHelper
Constructors
KanbanEditItem()
Declaration
public KanbanEditItem()
Properties
DateEditOptions
Gets or sets the date edit params.
Declaration
[JsonProperty("editParams")]
public DatePickerProperties DateEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DatePickerProperties | The dateeditparams |
DateTimeEditOptions
Gets or sets the date time edit params.
Declaration
[JsonProperty("editParams")]
public DateTimePickerProperties DateTimeEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DateTimePickerProperties | The datetimeeditparams |
DefaultValue
It is used to specify defaultValue in the card.
Declaration
[JsonProperty("defaultValue")]
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The defaultValue |
DropdownEditOptions
Gets or sets the dropdown edit param.
Declaration
[JsonProperty("editParams")]
public DropDownListProperties DropdownEditOptions { get; set; }
Property Value
Type | Description |
---|---|
DropDownListProperties | The dropdowneditparam |
EditType
It is used to set the particular editType for editing.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("editType")]
public KanbanEditingType EditType { get; set; }
Property Value
Type | Description |
---|---|
KanbanEditingType | The editType |
Field
Gets or sets To customize field mappings for card , editing title and control key parameters
Declaration
[JsonProperty("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts card mapping fields |
NumericEditOptions
Gets or sets the numeric edit param.
Declaration
[JsonProperty("editParams")]
public EditorProperties NumericEditOptions { get; set; }
Property Value
Type | Description |
---|---|
EditorProperties | The numericeditparam |
RTEEditOptions
Gets or sets the rte edit param.
Declaration
[JsonProperty("editParams")]
public RTEproperties RTEEditOptions { get; set; }
Property Value
Type | Description |
---|---|
RTEproperties |
TextAreaOptions
Gets or sets the date edit params.
Declaration
[JsonProperty("editParams")]
public KanbanTextAreaProperties TextAreaOptions { get; set; }
Property Value
Type | Description |
---|---|
KanbanTextAreaProperties | The dateeditparams |
ValidationRule
Declaration
[JsonProperty("validationRules")]
public Dictionary<string, object> ValidationRule { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ValidationRules
Gets or sets a value that indicates to define constraints for saving data to the database.
Declaration
public List<KeyValue> ValidationRules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValue> | The ValidationRule |