Show / Hide Table of Contents

Class PopupElementItemsControl

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

Inheritance
Object
PopupElementItemsControl
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class PopupElementItemsControl : ItemsControl

Fields

| Improve this Doc View Source

AttachmentsPopupElementTemplateProperty

Identifies the AttachmentsPopupElementTemplate dependency property.

Declaration
public static readonly DependencyProperty AttachmentsPopupElementTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

FieldsPopupElementTemplateProperty

Identifies the FieldsPopupElementTemplate dependency property.

Declaration
public static readonly DependencyProperty FieldsPopupElementTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

MediaPopupElementTemplateProperty

Identifies the MediaPopupElementTemplate dependency property.

Declaration
public static readonly DependencyProperty MediaPopupElementTemplateProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TextPopupElementTemplateProperty

Identifies the TextPopupElementTemplate dependency property.

Declaration
public static readonly DependencyProperty TextPopupElementTemplateProperty
Field Value
Type Description
DependencyProperty

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

PrepareContainerForItemOverride(DependencyObject, Object)

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