Class DateTimePickerFormInputView
Picker for the
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class DateTimePickerFormInputView : Control
Constructors
| Improve this Doc View SourceDateTimePickerFormInputView()
Initializes an instance of the DateTimePickerFormInputView class.
Declaration
public DateTimePickerFormInputView()
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 FieldFormElement.
Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldFormElement> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()