Class UtilityAssociationsFilterResultsPopupView
Supporting control for the PopupViewer control, used for rendering a UtilityAssociationsPopupElement and picking the correct template for each Input type.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "ResultsList", Type = typeof(ItemsControl))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class UtilityAssociationsFilterResultsPopupView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
Name | Description |
---|---|
UtilityAssociationsFilterResultsPopupView() | Initializes a new instance of the UtilityAssociationsFilterResultsPopupView class. |
Fields
Name | Description |
---|---|
AssociationsFilterResultProperty | Identifies the AssociationsFilterResult dependency property. |
DisplayCountProperty | Identifies the DisplayCount dependency property. |
IsExpandedProperty | Identifies the IsExpanded dependency property. |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
Properties
Name | Description |
---|---|
AssociationsFilterResult | Gets or sets the AssociationsFilterResults. |
DisplayCount | Gets or sets the display count from DisplayCount. |
IsExpanded | Gets or sets a value indicating whether results in this filter is expanded. |
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(). |