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

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.v19.2.Reporting.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(true)]
public bool Visible { get; set; }

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
.ExtraCells.Visible

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.

See Also