menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldData - API Reference

    Show / Hide Table of Contents

    Class FormFieldData

    Specified form field data.

    Inheritance
    System.Object
    FormFieldData
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class FormFieldData : Object

    Constructors

    FormFieldData()

    Declaration
    public FormFieldData()

    Properties

    FieldName

    Specifies form field name.

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

    Value

    Specifies form field data.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    Equals(FormFieldData)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(FormFieldData formFieldData)
    Parameters
    Type Name Description
    FormFieldData formFieldData

    An FormFieldData to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

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