Show / Hide Table of Contents

Class FieldFormElementView

Supporting control for the FeatureFormView control, used for rendering a and picking the correct template for each Input type.

Inheritance
Object
FieldFormElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FieldFormElementView : Control

Constructors

| Improve this Doc View Source

FieldFormElementView()

Initializes a new instance of the FieldFormElementView class.

Declaration
public FieldFormElementView()

Fields

| Improve this Doc View Source

BarcodeScannerFormInputTemplateProperty

Identifies the BarcodeScannerFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty BarcodeScannerFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ComboBoxFormInputTemplateProperty

Identifies the ComboBoxFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty ComboBoxFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

DateTimePickerFormInputTemplateProperty

Identifies the DateTimePickerFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty DateTimePickerFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

RadioButtonsFormInputTemplateProperty

Identifies the RadioButtonsFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty RadioButtonsFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SwitchFormInputTemplateProperty

Identifies the SwitchFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty SwitchFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TextAreaFormInputTemplateProperty

Identifies the TextAreaFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty TextAreaFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TextBoxFormInputTemplateProperty

Identifies the TextBoxFormInputTemplate dependency property.

Declaration
public static readonly DependencyProperty TextBoxFormInputTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TextFormElementTemplateProperty

Identifies the TextFormElementTemplate dependency property.

Declaration
public static readonly DependencyProperty TextFormElementTemplateProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

BarcodeScannerFormInputTemplate

Gets or sets the template for the BarcodeScannerFormInputTemplate element.

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

ComboBoxFormInputTemplate

Gets or sets the template for the element.

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

DateTimePickerFormInputTemplate

Gets or sets the template for the element.

Declaration
public DataTemplate? DateTimePickerFormInputTemplate { get; set; }
Property Value
Type Description
Nullable<DataTemplate>
| 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

RadioButtonsFormInputTemplate

Gets or sets the template for the element.

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

SwitchFormInputTemplate

Gets or sets the template for the element.

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

TextAreaFormInputTemplate

Gets or sets the template for the element.

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

TextBoxFormInputTemplate

Gets or sets the template for the TextBoxFormInputTemplate element.

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

TextFormElementTemplate

Gets or sets the template for the TextFormElementTemplate element.

Declaration
public DataTemplate? TextFormElementTemplate { get; set; }
Property Value
Type Description
Nullable<DataTemplate>

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