Show / Hide Table of Contents

Class AttachmentsFormElementView

Displays the list of Attachments in an object.

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

Constructors

| Improve this Doc View Source

AttachmentsFormElementView()

Initializes an instance of the AttachmentsFormElementView class.

Declaration
public AttachmentsFormElementView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Element

Gets or sets the AttachmentsFormElement.

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

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX