Back to Devexpress

DayViewTimeCells.TimeScale Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimecells-c401c2f0.md

latest1.8 KB
Original Source

DayViewTimeCells.TimeScale Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Visible, 0)]
public TimeSpan TimeScale { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Visible, 0)>
Public Property TimeScale As TimeSpan

Property Value

TypeDescription
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

DayViewTimeRuler

DayViewTimeCells Class

DayViewTimeCells Members

DevExpress.XtraScheduler.Reporting Namespace