AgendaView.ShowEmptyDays Property
Gets or sets whether the AgendaView should show days that have no appointments (empty days). This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool ShowEmptyDays { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also