DayViewBase.ShowWorkTimeOnly Property
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
public bool ShowWorkTimeOnly { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also