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