Class FormFieldInfo
Form field info.
Inheritance
System.Object
FormFieldInfo
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.