menu

Blazor

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

    Show / Hide Table of Contents

    Class DialogFieldsModel

    Represents the structure for dialog fields in the Kanban component.

    Inheritance
    System.Object
    DialogFieldsModel
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DialogFieldsModel : Object
    Remarks

    This model is used to define the fields and their types within dialog interactions in the Kanban board.

    Constructors

    DialogFieldsModel()

    Declaration
    public DialogFieldsModel()

    Properties

    Key

    Gets or sets the key of the field, which is used to identify its purpose.

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

    A string representing the unique identifier for the field.

    Remarks

    The key helps in differentiating between various fields in the dialog.

    Text

    Gets or sets the display text of the field.

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

    A string containing the human-readable label for the field.

    Remarks

    Use this property to specify what the field represents or asks from the user in the dialog.

    Type

    Gets or sets the type of the field, allowing either TextBox, DropDown, Numeric, or TextArea values.

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

    A DialogFieldType enum value representing the field's input method.

    Remarks

    Choose the field type according to the data input requirement in the dialog window.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved