menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormField - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormField

    Represents a form field.

    Inheritance
    System.Object
    FormField
    ButtonFormField
    CheckBoxFormField
    ComboBoxFormField
    ListBoxFormField
    RadioButtonFormField
    SignatureFormField
    TextFormField
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class FormField : Object

    Properties

    CanEdit

    Gets or sets a value that indicates whether the form field can be edited or not.

    Declaration
    public bool CanEdit { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets the name of the form field.

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved