Skip to main content

TimeSlot() Constructor

Initializes a new instance of the TimeSlot class with the default settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeSlot()

Remarks

In this case the TimeSlot.Value will be set to 5 minutes. Also, the UserInterfaceObject.DisplayName and the UserInterfaceObject.MenuCaption properties will be set to Empty.

See Also