ViewBase.Start Property
In This Article
Gets or sets the scheduler start date.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public DateTime Start { get; set; }
#Property Value
Type | Description |
---|---|
Date |
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