Show / Hide Table of Contents

Class AttachmentsFormElementView

Displays the list of Attachments in an AttachmentsFormElement object.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
AttachmentsFormElementView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "AddAttachmentButton", Type = typeof(ButtonBase))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class AttachmentsFormElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>

Constructors

Name Description
AttachmentsFormElementView()

Initializes an instance of the AttachmentsFormElementView class.

Fields

Name Description
ElementProperty

Identifies the Element dependency property.

Properties

Name Description
Element

Gets or sets the AttachmentsFormElement.

Methods

Name Description
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

In this article
Back to top Generated by DocFX