Skip to main content
All docs
V25.1
  • ITimeScale.MinWidth Property

    Specifies the minimum allowed width of a single division of the scale.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    double MinWidth { get; }

    Property Value

    Type Description
    Double

    The minimum allowed width of a single division of the scale, in pixels.

    Remarks

    When the Scheduler is zoomed out so that the width of a single division of the scale becomes less than the MinWidth value, the scale becomes hidden.

    The UnitCount property specifies the number of measure units in a single division of the scale. The ScaleUnit property specifies the measure unit.

    See Also