SchedulerControl.Start Property
Gets or sets the first date of the time interval displayed by the scheduler view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value that is the start date of the scheduler. |
Remarks
The scheduler’s start date is the beginning of the time interval displayed in the SchedulerControl.ActiveView. Note that the SchedulerControl.GoToDate method also changes the Start value.
See Also