Skip to main content
All docs
V19.1

SchedulerView.Start Property

Gets or sets the scheduler start date.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public DateTime Start { get; set; }

Property Value

Type Description
DateTime

A value that is the start date of the scheduler.

Remarks

The Start property specifies the date on which the scheduler initially shows its data, according to its SchedulerView.ActiveView.

See Also