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

ExtraCellsOptions Class

Provides the options characterizing the extra cells in a daily report.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

public class ExtraCellsOptions :
    SchedulerNotificationOptions

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).

See Also