DayView.DayCount Property
Gets or sets the number of days the Day View displays.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public int DayCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The number of days the Day View displays. |
Remarks
Note that the Day View updates the property when Days changes.
See Also