DateEditPickerButtonAreaViewModel Properties
A View Model used to get information about a DateEdit picker.Name | Description |
---|---|
CancelCommand | Gets or sets the command executed when a user taps the picker’s Cancel button. |
ClearCommand | Clears the selected date in the date picker. |
ConfirmCommand | Gets or sets the command executed when a user taps the picker’s Confirm button. |
DateEdit | Gets or sets the DateEdit instance that is displayed in the picker. |
See Also