Skip to main content
All docs
V26.1
  • ITimeScale.HasDifferentDurations Property

    Indicates whether the scale consists of intervals that have different duration.

    Namespace: DevExpress.Xpf.Scheduling

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

    Declaration

    bool HasDifferentDurations { get; }

    Property Value

    Type Description
    Boolean

    true, if the scale consists of intervals that have different duration; otherwise, false.

    Remarks

    The HasDifferentDurations property returns true for the following ScaleUnit values:

    See Also