Skip to main content
.NET 6.0+

SchedulerListEditorBase.Start Property

Specifies the start date of the scheduler.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public abstract 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