DayViewTimeCells.TimeScale Property
In This Article
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 |
---|---|
Time |
A Time |
#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