Show / Hide Table of Contents

Class TextFormInputView

Text input for the and inputs.

Inheritance
Object
TextFormInputView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class TextFormInputView : TemplatedView

Constructors

| Improve this Doc View Source

TextFormInputView()

Initializes an instance of the TextFormInputView class.

Declaration
public TextFormInputView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Element

Gets or sets the FieldFormElement.

Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type Description
Nullable<FieldFormElement>
| Improve this Doc View Source

ShowBarcodeScanner

Gets a value indicating whether the bar code scanner button is visible.

Declaration
public bool ShowBarcodeScanner { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ShowCharacterCount

Gets a value indicating whether the character count is visible.

Declaration
public bool ShowCharacterCount { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX