Class PopupElementTemplateSelector
Supporting selector for the PopupViewer control, used for rendering a set of popup elements.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class PopupElementTemplateSelector : DataTemplateSelector
Constructors
| Improve this Doc View SourcePopupElementTemplateSelector()
Initializes a new instance of the PopupElementTemplateSelector class.
Declaration
public PopupElementTemplateSelector()
Properties
| Improve this Doc View SourceAttachmentsPopupElementTemplate
Template used for rendering a
Declaration
public DataTemplate AttachmentsPopupElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
| Improve this Doc View SourceFieldsPopupElementTemplate
Template used for rendering a
Declaration
public DataTemplate FieldsPopupElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
| Improve this Doc View SourceMediaPopupElementTemplate
Template used for rendering a
Declaration
public DataTemplate MediaPopupElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
| Improve this Doc View SourceTextPopupElementTemplate
Template used for rendering a
Declaration
public DataTemplate TextPopupElementTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
See Also
Methods
| Improve this Doc View SourceOnSelectTemplate(Object, BindableObject)
Declaration
protected override DataTemplate OnSelectTemplate(object item, BindableObject element)
Parameters
Type | Name | Description |
---|---|---|
Object | item | |
BindableObject | element |
Returns
Type | Description |
---|---|
DataTemplate |