MonthView.ShowWorkDaysOnly Property
Gets or sets whether the view shows only workdays.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public bool ShowWorkDaysOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The WorkDays property specifies workdays the view should display.
See Also