Class DialogFieldsModel
Interface for the class DialogFields
Inheritance
System.Object
DialogFieldsModel
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogFieldsModel : Object
Constructors
DialogFieldsModel()
Declaration
public DialogFieldsModel()
Properties
Key
Defines the field key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the field text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
It defines the field type, which accepts either of the following values. TextBox DropDown Numeric TextArea
Declaration
public DialogFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DialogFieldType |