Skip to main content

DayViewBase.ShowWorkTimeOnly Property

Gets or sets whether the View should show only WorkTime.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public bool ShowWorkTimeOnly { get; set; }

#Property Value

Type Description
Boolean

true, if the View should show only work time; otherwise, false.

See Also