Class FieldFormElementView
Supporting control for the FeatureFormView control, used for rendering a FieldFormElement and picking the correct template for each Input type.
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "FieldInput", Type = typeof(ContentControl))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_BasemapGalleryWinRTTypeDetails))]
public class FieldFormElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
| Name | Description |
|---|---|
| FieldFormElementView() | Initializes a new instance of the FieldFormElementView class. |
Fields
| Name | Description |
|---|---|
| BarcodeScannerFormInputTemplateProperty | Identifies the BarcodeScannerFormInputTemplate dependency property. |
| ComboBoxFormInputTemplateProperty | Identifies the ComboBoxFormInputTemplate dependency property. |
| DateTimePickerFormInputTemplateProperty | Identifies the DateTimePickerFormInputTemplate dependency property. |
| ElementProperty | Identifies the Element dependency property. |
| FeatureFormProperty | Identifies the FeatureForm dependency property. |
| RadioButtonsFormInputTemplateProperty | Identifies the RadioButtonsFormInputTemplate dependency property. |
| SwitchFormInputTemplateProperty | Identifies the SwitchFormInputTemplate dependency property. |
| TextAreaFormInputTemplateProperty | Identifies the TextAreaFormInputTemplate dependency property. |
| TextBoxFormInputTemplateProperty | Identifies the TextBoxFormInputTemplate dependency property. |
| TextFormElementTemplateProperty | Identifies the TextFormElementTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| BarcodeScannerFormInputTemplate | Gets or sets the template for the BarcodeScannerFormInputTemplate element. |
| ComboBoxFormInputTemplate | Gets or sets the template for the ComboBoxFormInput element. |
| DateTimePickerFormInputTemplate | Gets or sets the template for the DateTimePickerFormInput element. |
| Element | Gets or sets the FieldFormElement. |
| FeatureForm | Gets or sets the FeatureForm that the Element belongs to. |
| RadioButtonsFormInputTemplate | Gets or sets the template for the RadioButtonsFormInput element. |
| SwitchFormInputTemplate | Gets or sets the template for the SwitchFormInput element. |
| TextAreaFormInputTemplate | Gets or sets the template for the TextAreaFormInput element. |
| TextBoxFormInputTemplate | Gets or sets the template for the TextBoxFormInputTemplate element. |
| TextFormElementTemplate | Gets or sets the template for the TextFormElementTemplate element. |
Methods
| Name | Description |
|---|---|
| OnApplyTemplate() | Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class. |