DayViewBase.ShowWorkTimeOnly Property
In This Article
Gets or sets whether the View should show only WorkTime. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public bool ShowWorkTimeOnly { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also