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

ITimeScale.HasDifferentDurations Property

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

Namespace: DevExpress.Xpf.Scheduling

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

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

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