Skip to main content

DayViewTimeCells.TimeScale Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Visible, 0)]
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