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

DayViewTimeCells.TimeScale Property

Gets or sets the time scale used to define time cells.

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public TimeSpan TimeScale { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value representing the time interval occupied by a time cell.

Remarks

The TimeScale property determines the interval corresponding to a time cell, thus defining the grid size of the time cell area. The TimeScale value is used by a linked DayViewTimeRuler, to create its ticks.

See Also