Back to Devexpress

TimeSlot.Value Property

corelibraries-devexpress-dot-xtrascheduler-dot-timeslot.md

latest1.7 KB
Original Source

TimeSlot.Value Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public TimeSpan Value { get; set; }
vb
Public Property Value As TimeSpan

Property Value

TypeDescription
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

DisplayName

TimeSlot Class

TimeSlot Members

DevExpress.XtraScheduler Namespace