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

SchedulerListEditor.Start Property

Specifies the start date of the scheduler.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.1.dll

Declaration

public override DateTime Start { get; set; }

Property Value

Type Description
DateTime

A DateTime object specifying the start date of the scheduler.

Remarks

For additional information, refer to the SchedulerControl.Start property description.

See Also