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 tab container type in add or edit dialog.

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

    Fields

    Custom

    Defines tab as custom column editor.

    Declaration
    public const DialogFieldType Custom
    Field Value
    Type Description
    DialogFieldType

    Dependency

    Defines tab as dependency editor.

    Declaration
    public const DialogFieldType Dependency
    Field Value
    Type Description
    DialogFieldType

    General

    Defines tab container type as general.

    Declaration
    public const DialogFieldType General
    Field Value
    Type Description
    DialogFieldType

    Notes

    Defines tab as notes editor.

    Declaration
    public const DialogFieldType Notes
    Field Value
    Type Description
    DialogFieldType

    Resources

    Defines tab as resources editor.

    Declaration
    public const DialogFieldType Resources
    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