Class KanbanDialogSettingsField
Defines the Kanban board dialog settings field and their properties such as key, text and type.
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 |
---|
System.String |
Text
Defines the dialog text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Type
Defines the dialog field type.
Declaration
public DialogFieldType Type { get; set; }
Property Value
Type |
---|
DialogFieldType |
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |