Show / Hide Table of Contents

Class FormElementItemsControl

Supporting control for the FeatureFormView control, used for rendering a set of popup elements responsible for rendering FieldFormElement and GroupFormElement.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
ItemsControl
FormElementItemsControl
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IEquatable<Control>
IItemContainerMapping
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<ItemsControl>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_Primitives_FormElementItemsControlWinRTTypeDetails))]
public class FormElementItemsControl : ItemsControl, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IItemContainerMapping, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<ItemsControl>

Fields

Name Description
FieldFormElementTemplateProperty

Identifies the FieldFormElementTemplate dependency property.

GroupFormElementTemplateProperty

Identifies the GroupFormElementTemplate dependency property.

TextFormElementTemplateProperty

Identifies the TextFormElementTemplate dependency property.

UtilityAssociationsFormElementTemplateProperty

Identifies the UtilityAssociationsFormElementTemplate dependency property.

Properties

Name Description
FieldFormElementTemplate

Template used for rendering a FieldFormElement.

GroupFormElementTemplate

Template used for rendering a GroupFormElement.

TextFormElementTemplate

Template used for rendering a TextFormElement.

UtilityAssociationsFormElementTemplate

Template used for rendering a GroupFormElement.

Methods

Name Description
PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

In this article
Back to top Generated by DocFX