Class UtilityAssociationGroupResultPopupView
Supporting control for the PopupViewer control, used for rendering a UtilityAssociationGroupResult.
Inheritance
UtilityAssociationGroupResultPopupView
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "ResultsList", Type = typeof(ListView))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class UtilityAssociationGroupResultPopupView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
Name | Description |
---|---|
UtilityAssociationGroupResultPopupView() | Initializes a new instance of the UtilityAssociationGroupResultPopupView class. |
Fields
Name | Description |
---|---|
DisplayCountProperty | Identifies the DisplayCount dependency property. |
GroupResultProperty | Identifies the GroupResult dependency property. |
IsSearchableProperty | Identifies the IsSearchable dependency property. |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
Properties
Name | Description |
---|---|
DisplayCount | Gets or sets the display count from DisplayCount. |
GroupResult | Gets or sets the AssociationsFilterResults. |
IsSearchable | Gets or sets a value indicating whether results in this group is searchable. |
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(). |