Skip to main content

TimeScaleFixedInterval.Value Property

Gets or sets the value of the scale unit - a fixed time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public TimeSpan Value { get; set; }

#Property Value

Type Description
TimeSpan

A TimeSpan value that is the time interval of a scale unit.

#Remarks

The default time interval for a TimeScaleFixedInterval scale is 15 minutes.

See Also