Back to Devexpress

DateEdit Events

maui-devexpress-dot-maui-dot-editors-dot-dateedit-dot-underscore-events.md

latest7.7 KB
Original Source

DateEdit Events

An editor that displays a date in a specific format. Users can select a date within a cross-platform customizable or platform-specific native date picker.

NameDescription
BatchCommittedOccurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAddedRaised whenever a child element is added to the element. Inherited from Element.
ChildRemovedRaised whenever a child element is removed from the element. Inherited from Element.
ChildrenReorderedOccurs when the order of this element’s children changes. Inherited from VisualElement.
ClearIconClickedOccurs when a user taps the clear icon. Inherited from EditBase.
CompletedOccurs when a user taps the ‘Return’ button of the keyboard. Inherited from EditBase.
DateChangedFires when the Date property value changes.
DateIconClickedFires when the date icon is clicked.
DescendantAddedRaised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemovedRaised whenever a child element is removed from the elements subtree. Inherited from Element.
DoubleTapFires when the user double taps the editor. Inherited from EditBase.
EndIconClickedOccurs when a user taps the trailing icon. Inherited from EditBase.
ErrorIconClickedOccurs when a user taps the error icon. Inherited from EditBase.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
LongPressFires when the user presses and holds the editor. Inherited from EditBase.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PickerCustomDayCellAppearanceAllows you to customize days in the default picker.
PickerCustomDayOfWeekCellAppearanceAllows you to customize days of the week in the default picker.
PickerCustomMonthCellAppearanceAllows you to customize months in the default picker.
PickerCustomYearCellAppearanceAllows you to customize years in the default picker.
PickerDisableDateAllows you to disable a specific date in the default picker.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
StartIconClickedOccurs when a user taps the leading icon. Inherited from EditBase.
TapFires when the user taps the editor. Inherited from EditBase.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

DateEdit Class

DateEdit Members

DevExpress.Maui.Editors Namespace