Skip to main content

TimeSlot.Value Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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.

See Also