Blazor

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved