Back to Devexpress

DxScheduler Events

blazor-devexpress-dot-blazor-dot-dxscheduler-dot-underscore-events.md

latest4.3 KB
Original Source

DxScheduler Events

A calendar and scheduler component that displays a detailed snapshot of events/appointments in your web application across a single day, a week, or a month.

NameDescription
ActiveViewTypeChangedFires after the active view is changed.
AppointmentCreatedFires after an appointment is created.
AppointmentCreatingFires before an appointment is created.
AppointmentDraggingBetweenResourcesFires after a user drags an appointment to another resource group.
AppointmentFormClosedFires after the appointment form is closed.
AppointmentFormClosingFires before the appointment form is closed.
AppointmentFormShowingFires before the appointment form is shown.
AppointmentFormShownFires after an appointment form is shown.
AppointmentInsertedFires after a new appointment is added to the AppointmentsSource object.
AppointmentInsertingFires before a new appointment is added to the AppointmentsSource object.
AppointmentRemovedFires after an appointment is removed from the AppointmentsSource object.
AppointmentRemovingFires before an appointment is removed from the AppointmentsSource object.
AppointmentStartDraggingFires when a user starts dragging an appointment.
AppointmentStartResizingFires when a user starts resizing an appointment.
AppointmentTooltipClosedFires after an appointment tooltip is closed.
AppointmentTooltipClosingFires before an appointment tooltip is closed.
AppointmentTooltipShowingFires before an appointment tooltip is shown.
AppointmentTooltipShownFires after an appointment tooltip is shown.
AppointmentUpdatedFires after an updated appointment is saved to the AppointmentsSource object.
AppointmentUpdatingFires before an updated appointment is saved to the AppointmentsSource object.
HtmlCellDecorationAllows you to customize the appearance of Scheduler cells.
SelectedAppointmentChangedFires after the selected appointment is changed.
StartDateChangedFires after the Scheduler start date is changed.
VisibleResourcesDataSourceChangedOccurs when the data source with visible resource objects changes.

See Also

DxScheduler Class

DxScheduler Members

DevExpress.Blazor Namespace