Skip to main content
A newer version of this page is available. .

TimeScaleFixedInterval.Value Property

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

Namespace: DevExpress.XtraScheduler

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

Declaration

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

Property Value

Type Description
TimeSpan

A TimeSpan value representing the time interval of a scale unit.

Remarks

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

The following image illustrates the result after setting the Value property value to “06:00:00”.

TimeScaleFixedInterval.Value

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Value property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also