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

TimeSlot.Value Property

Gets or sets the time interval which specifies the current time slot’s value.

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 object specifying the time slot’s value.

Remarks

Use the Value property to specify the value of the time slot.

Note that the Value property’s value is also used to form the resulting display text which identifies the time slot within the design-time Editor of the DayView.TimeSlots collection - the time slot’s display text is formed as a concatenation of the UserInterfaceObject.DisplayName and Value property’s values.

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