Blazor

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

    Show / Hide Table of Contents

    Class DialogFieldType

    Defines types used to specify the Dialog Field Type.

    Inheritance
    System.Object
    DialogFieldType
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DialogFieldType : Enum

    Fields

    DropDown

    Defines the DialogFieldType as DropDown.

    Declaration
    public const DialogFieldType DropDown
    Field Value
    Type Description
    DialogFieldType

    Numeric

    Defines the DialogFieldType as Numeric.

    Declaration
    public const DialogFieldType Numeric
    Field Value
    Type Description
    DialogFieldType

    TextArea

    Defines the DialogFieldType as TextArea.

    Declaration
    public const DialogFieldType TextArea
    Field Value
    Type Description
    DialogFieldType

    TextBox

    Defines DialogFieldType as TextBox.

    Declaration
    public const DialogFieldType TextBox
    Field Value
    Type Description
    DialogFieldType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved