Class UtilityAssociationsFormElementView
Supporting control for the FeatureFormView control, used for rendering a UtilityAssociationsFormElement and picking the correct template for each Input type.
Inheritance
UtilityAssociationsFormElementView
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class UtilityAssociationsFormElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
Name | Description |
---|---|
UtilityAssociationsFormElementView() | Initializes a new instance of the UtilityAssociationsFormElementView class. |
Fields
Name | Description |
---|---|
ElementProperty | Identifies the Element dependency property. |
FeatureFormProperty | Identifies the FeatureForm dependency property. |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
Properties
Name | Description |
---|---|
Element | Gets or sets the UtilityAssociationsFormElement. |
FeatureForm | Gets or sets the FeatureForm that the Element belongs to. |
ItemTemplate | Gets or sets the template for UtilityAssociationsFilterResult items. |
Methods
Name | Description |
---|---|
OnApplyTemplate() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |