DayViewBase.TimeScale Property
Gets or sets the time interval for time slots in the scheduling area. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler.Internal
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A System.TimeSpan value that is the time slot interval. |
Remarks
Use the TimeScale property to specify the time interval, which is the amount by which the scheduling area’s time scale increments. This value determines the time cell interval and applies it to the TimeRuler element. A new setting of the TimeScale property creates a new division of hours in the time ruler and a new scheduler area gridding.
See Also