menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldInfo - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved