Skip to main content
All docs
V25.1
  • TimeScale.Start Property

    Specifies the starting date and time for the groups of scale divisions. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DateTime Start { get; set; }

    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