Back to Devexpress

DXCalendar Events

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

latest5.9 KB
Original Source

DXCalendar Events

A cross-platform customizable calendar.

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.
CustomDayCellAppearanceAllows you to customize days.
CustomDayOfWeekCellAppearanceAllows you to customize days of the week.
CustomMonthCellAppearanceAllows you to customize months.
CustomYearCellAppearanceAllows you to customize years.
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.
DisableDateAllows you to disable a specific date (prevent users from selecting it).
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.
SelectedDateChangedFires when the date selected in the calendar changes.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.

See Also

DXCalendar Class

DXCalendar Members

DevExpress.Maui.Editors Namespace