ExtraCellsOptions.Visible Property
Gets or sets whether the extra cells are printed below the scheduling area of the report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v21.1.Reporting.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SchedulerReporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | **true** | true to print extra cells; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Visible |
---|---|
DayViewTimeCells |
|
Remarks
The extra cells are used to display information about appointments which do not fit in the interval defined by the DayViewTimeCells.VisibleTime property. They are added as needed, to print information about all hidden appointments. The minimum number of extra cells that are printed is determined by the ExtraCellsOptions.MinCount property value.