Skip to main content
All docs
V23.2

ITimeScale.HasDifferentDurations Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.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