Class FieldInfo
Specifies the field information.
Inheritance
System.Object
FieldInfo
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class FieldInfo : Object
Constructors
FieldInfo()
Declaration
public FieldInfo()
Properties
Code
Specifies the field code.
Declaration
public string Code { get; set; }
Property Value
Type |
---|
System.String |
Result
Specifies the field result.
Declaration
public string Result { get; set; }
Property Value
Type |
---|
System.String |