Show / Hide Table of Contents

Class FieldFormElementView

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

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
FieldFormElementView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
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_CompassWinRTTypeDetails))]
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()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

In this article
Back to top Generated by DocFX