Skip to main content
A newer version of this page is available. .

TimeCellsControlBase.CustomDrawTimeRegion Event

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.1.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public event EventHandler<CustomDrawTimeRegionEventArgs> CustomDrawTimeRegion

Event Data

The CustomDrawTimeRegion event's data class is DevExpress.XtraScheduler.CustomDrawTimeRegionEventArgs.

See Also