windowsforms-devexpress-dot-xtrascheduler-dot-reporting-6cd8c5e4.md
Provides the options characterizing the extra cells in a daily report.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
public class ExtraCellsOptions :
SchedulerNotificationOptions
Public Class ExtraCellsOptions
Inherits SchedulerNotificationOptions
The following members return ExtraCellsOptions objects:
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).
Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions ExtraCellsOptions
See Also