Show / Hide Table of Contents

Class PopupContentTemplateSelector

Template selector for selecting the correct datatemplate for each datatype displayed on each page.

Inheritance
object
DataTemplateSelector
PopupContentTemplateSelector
Implements
IElementFactory
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<DataTemplateSelector>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Controls.IDataTemplateSelectorOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_Primitives_FeatureFormContentTemplateSelectorWinRTTypeDetails))]
public class PopupContentTemplateSelector : DataTemplateSelector, IElementFactory, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<DataTemplateSelector>

Constructors

Name Description
PopupContentTemplateSelector()

Initializes an instance of the PopupContentTemplateSelector class.

Properties

Name Description
PopupTemplate

Gets or sets the template used for rendering a Popup

UtilityAssociationGroupResultTemplate

Gets or sets the template used for rendering a UtilityAssociationGroupResult

UtilityAssociationsFilterResultTemplate

Gets or sets the template used for rendering a UtilityAssociationsFilterResult

Methods

Name Description
SelectTemplate(object, DependencyObject)

When overridden in a derived class, returns a DataTemplate based on custom logic.

SelectTemplateCore(object, DependencyObject)

When implemented by a derived class, returns a specific DataTemplate for a given item or container.

In this article
Back to top Generated by DocFX