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

DayViewTimeCells.ExtraCells Property

Provides access to the characteristics of the extra cells, printed below the scheduling area in the Day View.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Reporting.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ExtraCellsOptions ExtraCells { get; }

Property Value

Type Description
ExtraCellsOptions

An ExtraCellsOptions class instance, containing options pertaining to the extra cells.

Remarks

Appointments that fall outside the time of day interval specified for the Day View are hidden, by default. The extra cells can be used to print information on these appointments, below the scheduling area. Use the ExtraCells property to print the extra cells (set the ExtraCellsOptions.Visible to true) and specify the minimum number of cells.

See Also