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