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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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