menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDialogSettingsField - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanDialogSettingsField

    Represents a field in the Kanban board dialog settings, including properties such as key, text, and type.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    KanbanDialogSettingsField
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KanbanDialogSettingsField : SfDataBoundComponent
    Remarks

    The KanbanDialogSettingsField class is used to configure individual fields for a dialog in the Kanban component, allowing specification of the field's key, display text, and data type.

    Constructors

    KanbanDialogSettingsField()

    Declaration
    public KanbanDialogSettingsField()

    Properties

    Key

    Gets or sets the key for the dialog field.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the unique key of the dialog field.

    Remarks

    The key is a string that uniquely identifies the field within the dialog settings.

    Text

    Gets or sets the display text for the dialog field.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the visible text of the dialog field.

    Remarks

    Text is used as the label or display name for the field within the dialog UI.

    Type

    Gets or sets the type of the dialog field.

    Declaration
    public DialogFieldType Type { get; set; }
    Property Value
    Type Description
    DialogFieldType

    A DialogFieldType that defines the field's type, such as text, number, or date.

    Remarks

    The DialogFieldType specifies the data type or control type of the field in the dialog, influencing how user input is handled and rendered.

    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.

    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved