Show / Hide Table of Contents

Class AttachmentsPopupElementView

Supporting control for the PopupViewer control, used for rendering a .

Inheritance
Object
AttachmentsPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class AttachmentsPopupElementView : TemplatedView

Constructors

| Improve this Doc View Source

AttachmentsPopupElementView()

Initializes a new instance of the AttachmentsPopupElementView class.

Declaration
public AttachmentsPopupElementView()

Fields

| Improve this Doc View Source

AttachmentListName

Template name of the attachment list.

Declaration
public const string AttachmentListName = "AttachmentList"
Field Value
Type Description
String
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Element

Gets or sets the AttachmentsPopupElement.

Declaration
public AttachmentsPopupElement? Element { get; set; }
Property Value
Type Description
Nullable<AttachmentsPopupElement>

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
| Improve this Doc View Source

OnAttachmentClicked(PopupAttachment)

Occurs when an attachment is clicked.

Declaration
public virtual async void OnAttachmentClicked(PopupAttachment attachment)
Parameters
Type Name Description
PopupAttachment attachment

Attachment clicked.

Remarks

Override this to prevent the default open action.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX