Class AttachmentsFormElementView
Displays the list of Attachments in an
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class AttachmentsFormElementView : Control
Constructors
| Improve this Doc View SourceAttachmentsFormElementView()
Initializes an instance of the AttachmentsFormElementView class.
Declaration
public AttachmentsFormElementView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceElement
Gets or sets the AttachmentsFormElement.
Declaration
public AttachmentsFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<AttachmentsFormElement> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()