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

DayViewTimeCells.TimeScale Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.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