Back to Devexpress

DayViewTimeCells Events

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-dot-underscore-events.md

latest8.2 KB
Original Source

DayViewTimeCells Events

A time cell control used for printing the Day View.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
AppointmentViewInfoCustomizingEnables you to customize the appointment’s appearance by modifying the style elements when it is printed. Inherited from TimeCellsControlBase.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
CustomDrawAppointmentEnables appointments to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawAppointmentBackgroundEnables the backgrounds of appointments to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawDayViewAllDayAreaEnables the all-day area of the DayView report to be painted in a custom manner.
CustomDrawTimeCellEnables time cells to be painted in a custom manner. Inherited from TimeCellsControlBase.
CustomDrawTimeRegionAllows you to manually redraw Time Regions displayed on Scheduler Reports. This custom style affects only reports. To customize the Time Region appearance at runtime, handle the SchedulerControl.CustomDrawTimeRegion event instead. Inherited from TimeCellsControlBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOccurs when an XRControl object is drawn or redrawn in a report’s Print Preview. Inherited from XRControl.
EvaluateBindingOccurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl.
HtmlItemCreatedOccurs when a new item used for a Web representation of the control is created. Inherited from XRControl.
InitAppointmentDisplayTextEnables you to modify the text in the appointment. Inherited from TimeCellsControlBase.
InitAppointmentImagesEnables you to print custom images within the appointment. Inherited from TimeCellsControlBase.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChangedOccurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClickOccurs when the mouse button is clicked while the cursor is hovering over one of the bricks created by the XRControl for its representation in the report preview. Inherited from XRControl.
PreviewDoubleClickOccurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseDownOccurs when an end-user presses the mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseMoveOccurs when the mouse cursor moves over the control during the report’s preview. Inherited from XRControl.
PreviewMouseUpOccurs when an end-user releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PrintOnPageOccurs when the representation of a control is printed on the current page of the report. Inherited from XRControl.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
TextChangedOccurs when the value of the XRControl.Text property is changed. Inherited from XRControl.

See Also

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace