menu

Blazor

  • Code Examples
  • 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.DocumentEditor.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
    System.Boolean

    HelpText

    Tooltip text.

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

    Name

    Specifies the name of the form field.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Remarks

    If a form field already exists in the document with the new name specified, the old form field name property will be cleared and it will not be accessible. Ensure the new name is unique.

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