Show / Hide Table of Contents

Class UtilityAssociationsPopupElementView

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

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
UtilityAssociationsPopupElementView
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 = "AssociationsList", Type = typeof(ListView))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class UtilityAssociationsPopupElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>

Constructors

Name Description
UtilityAssociationsPopupElementView()

Initializes a new instance of the UtilityAssociationsPopupElementView class.

Fields

Name Description
ElementProperty

Identifies the Element dependency property.

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

PopupViewerProperty

Identifies the PopupViewer dependency property.

Properties

Name Description
Element

Gets or sets the UtilityAssociationsPopupElement.

ItemTemplate

Gets or sets the template for UtilityAssociationsFilterResult items.

PopupViewer

Gets or sets the PopupViewer that the PopupViewer belongs to.

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