Show / Hide Table of Contents

Class PopupElementTemplateSelector

Supporting selector for the PopupViewer control, used for rendering a set of popup elements.

Inheritance
Object
PopupElementTemplateSelector
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class PopupElementTemplateSelector : DataTemplateSelector

Constructors

| Improve this Doc View Source

PopupElementTemplateSelector()

Initializes a new instance of the PopupElementTemplateSelector class.

Declaration
public PopupElementTemplateSelector()

Properties

| Improve this Doc View Source

AttachmentsPopupElementTemplate

Template used for rendering a .

Declaration
public DataTemplate AttachmentsPopupElementTemplate { get; set; }
Property Value
Type Description
DataTemplate
See Also
AttachmentsPopupElementView
| Improve this Doc View Source

FieldsPopupElementTemplate

Template used for rendering a .

Declaration
public DataTemplate FieldsPopupElementTemplate { get; set; }
Property Value
Type Description
DataTemplate
See Also
FieldsPopupElementView
| Improve this Doc View Source

MediaPopupElementTemplate

Template used for rendering a .

Declaration
public DataTemplate MediaPopupElementTemplate { get; set; }
Property Value
Type Description
DataTemplate
See Also
MediaPopupElementView
| Improve this Doc View Source

TextPopupElementTemplate

Template used for rendering a .

Declaration
public DataTemplate TextPopupElementTemplate { get; set; }
Property Value
Type Description
DataTemplate
See Also
TextPopupElementView

Methods

| Improve this Doc View Source

OnSelectTemplate(Object, BindableObject)

Declaration
protected override DataTemplate OnSelectTemplate(object item, BindableObject element)
Parameters
Type Name Description
Object item
BindableObject element
Returns
Type Description
DataTemplate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX