DateEdit Events
An editor that displays a date in a specific format. Users can select a date within a cross-platform customizable date picker.
Name | Description |
---|---|
Clear |
Occurs when a user taps the clear icon.
Inherited from Edit |
Completed |
Occurs when a user taps the ‘Return’ button of the keyboard.
Inherited from Edit |
Date |
Fires when the Date property value changes. |
Date |
Fires when the date icon is clicked. |
Double |
Fires when the user double taps the editor.
Inherited from Edit |
End |
Occurs when a user taps the trailing icon.
Inherited from Edit |
Error |
Occurs when a user taps the error icon.
Inherited from Edit |
Long |
Fires when the user presses and holds the editor.
Inherited from Edit |
Picker |
Allows you to customize days in the default picker. |
Picker |
Allows you to customize days of the week in the default picker. |
Picker |
Allows you to customize months in the default picker. |
Picker |
Allows you to customize years in the default picker. |
Picker |
Allows you to disable a specific date in the default picker. |
Start |
Occurs when a user taps the leading icon.
Inherited from Edit |
Tap |
Fires when the user taps the editor.
Inherited from Edit |
See Also