ExtraCellsOptions Class
In This Article
Provides the options characterizing the extra cells in a daily report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
#Declaration
public class ExtraCellsOptions :
SchedulerNotificationOptions
#Related API Members
The following members return ExtraCellsOptions objects:
#Remarks
The extra cells are used to print appointment details for appointments that do not fit into the visible time interval of the ReportDayView. There are as many extra cells as required to represent all hidden appointments, and you can specify the minimum number of extra cells (blank cells printed even if no appointments are hidden) via the ExtraCellsOptions.MinCount property, and whether the extra cells shall be printed (the ExtraCellsOptions.Visible property).
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
ExtraCellsOptions
See Also