Class KanbanDialogSettingsField
Defines the Kanban board dialog settings field and their properties such as key, text and type.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
KanbanDialogSettingsField
Inherited Members
Namespace: Syncfusion.Blazor.Kanban
Assembly: Syncfusion.Blazor.dll
Syntax
public class KanbanDialogSettingsField : SfDataBoundComponent
Constructors
KanbanDialogSettingsField()
Declaration
public KanbanDialogSettingsField()
Properties
Key
Defines the dialog key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the dialog text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Defines the dialog field type
Declaration
public DialogFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DialogFieldType |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |