Class FieldFormElementView
Supporting control for the FeatureFormView control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FieldFormElementView : Control
Constructors
| Improve this Doc View SourceFieldFormElementView()
Initializes a new instance of the FieldFormElementView class.
Declaration
public FieldFormElementView()
Fields
| Improve this Doc View SourceBarcodeScannerFormInputTemplateProperty
Identifies the BarcodeScannerFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty BarcodeScannerFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ComboBoxFormInputTemplateProperty
Identifies the ComboBoxFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty ComboBoxFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
DateTimePickerFormInputTemplateProperty
Identifies the DateTimePickerFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty DateTimePickerFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RadioButtonsFormInputTemplateProperty
Identifies the RadioButtonsFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty RadioButtonsFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SwitchFormInputTemplateProperty
Identifies the SwitchFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty SwitchFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextAreaFormInputTemplateProperty
Identifies the TextAreaFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty TextAreaFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextBoxFormInputTemplateProperty
Identifies the TextBoxFormInputTemplate dependency property.
Declaration
public static readonly DependencyProperty TextBoxFormInputTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextFormElementTemplateProperty
Identifies the TextFormElementTemplate dependency property.
Declaration
public static readonly DependencyProperty TextFormElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceBarcodeScannerFormInputTemplate
Gets or sets the template for the BarcodeScannerFormInputTemplate element.
Declaration
public DataTemplate? BarcodeScannerFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
ComboBoxFormInputTemplate
Gets or sets the template for the
Declaration
public DataTemplate? ComboBoxFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
DateTimePickerFormInputTemplate
Gets or sets the template for the
Declaration
public DataTemplate? DateTimePickerFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
Element
Gets or sets the FieldFormElement.
Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldFormElement> |
RadioButtonsFormInputTemplate
Gets or sets the template for the
Declaration
public DataTemplate? RadioButtonsFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
SwitchFormInputTemplate
Gets or sets the template for the
Declaration
public DataTemplate? SwitchFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
TextAreaFormInputTemplate
Gets or sets the template for the
Declaration
public DataTemplate? TextAreaFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
TextBoxFormInputTemplate
Gets or sets the template for the TextBoxFormInputTemplate element.
Declaration
public DataTemplate? TextBoxFormInputTemplate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DataTemplate> |
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 SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()