ITimeScale.Start Property
Gets the starting date and time for the groups of scale divisions.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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