Back to Devexpress

ExtraCellsOptions Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-6cd8c5e4.md

latest2.2 KB
Original Source

ExtraCellsOptions Class

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

Declaration

csharp
public class ExtraCellsOptions :
    SchedulerNotificationOptions
vb
Public Class ExtraCellsOptions
    Inherits 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).

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions ExtraCellsOptions

See Also

ExtraCellsOptions Members

DevExpress.XtraScheduler.Reporting Namespace