Blazor

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

    Show / Hide Table of Contents

    Class FormFieldInfo

    Form field info

    Inheritance
    System.Object
    FormFieldInfo
    CheckBoxFormFieldInfo
    DropDownFormFieldInfo
    TextFormFieldInfo
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public abstract class FormFieldInfo : Object

    Constructors

    FormFieldInfo()

    Declaration
    protected FormFieldInfo()

    Properties

    Enabled

    Enable or disable form field.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    HelpText

    Tooltip text.

    Declaration
    public string HelpText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved