Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldType

    Show / Hide Table of Contents

    Class FormFieldType

    Specifies the type of a form field.

    Inheritance
    System.Object
    FormFieldType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class FormFieldType : Enum

    Fields

    CheckBox

    Check box form field.

    Declaration
    public const FormFieldType CheckBox
    Field Value
    Type Description
    FormFieldType

    DropDown

    Drop-down form field.

    Declaration
    public const FormFieldType DropDown
    Field Value
    Type Description
    FormFieldType

    TextInput

    Text form field.

    Declaration
    public const FormFieldType TextInput
    Field Value
    Type Description
    FormFieldType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved