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

ITimeScale.HasDifferentDurations Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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