Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.Start Property

Gets the starting date and time for the groups of scale divisions.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

DateTime Start { get; }

Property Value

Type Description
DateTime

A System.DateTime value that is the starting date and time for the groups of scale divisions.

Remarks

Use the Start property to specify the start of the scale when the UnitCount value is more than 1. If the UnitCount property is set to 1, groups of scale divisions are not displayed.

See Also