Skip to main content

ViewBase.Start Property

Gets or sets the scheduler start date.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

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 view initially shows its data.

See Also