Class PopupElementItemsControl
Supporting control for the PopupViewer control, used for rendering a set of popup elements.
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class PopupElementItemsControl : ItemsControl
Fields
| Improve this Doc View SourceAttachmentsPopupElementTemplateProperty
Identifies the AttachmentsPopupElementTemplate dependency property.
Declaration
public static readonly DependencyProperty AttachmentsPopupElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FieldsPopupElementTemplateProperty
Identifies the FieldsPopupElementTemplate dependency property.
Declaration
public static readonly DependencyProperty FieldsPopupElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MediaPopupElementTemplateProperty
Identifies the MediaPopupElementTemplate dependency property.
Declaration
public static readonly DependencyProperty MediaPopupElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TextPopupElementTemplateProperty
Identifies the TextPopupElementTemplate dependency property.
Declaration
public static readonly DependencyProperty TextPopupElementTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
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 SourcePrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | |
Object | item |