Show / Hide Table of Contents

Class UtilityAssociationResultView

Supporting control for the FeatureFormView control, used for rendering a UtilityAssociationResult.

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

Constructors

Name Description
UtilityAssociationResultView()

Initializes a new instance of the UtilityAssociationResultView class.

Fields

Name Description
AssociationResultProperty

Identifies the AssociationResult dependency property.

Properties

Name Description
AssociationResult

Gets or sets the AssociationResult.

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.

In this article
Back to top Generated by DocFX