Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExtraCellsOptions Class

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

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