Back to Devexpress

ExtraCellsOptions.Visible Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-extracellsoptions-2f54c419.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool Visible { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print extra cells; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

MinCount

ExtraCells

ExtraCellsOptions Class

ExtraCellsOptions Members

DevExpress.XtraScheduler.Reporting Namespace