Skip to main content
A newer version of this page is available. .
All docs
V21.1

CompatibilitySettings.ShowSchedulerDateNavigationPanel Property

Specifies whether to display the Date Navigation Panel by default.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool ShowSchedulerDateNavigationPanel { get; set; }

Property Value

Type Description
Boolean

true, to display the WPF Scheduler’s Date Navigation Panel by default, otherwise, false.

Remarks

Set the ShowSchedulerDateNavigationPanel property to false to hide the Date Navigation Panel in your app by default. You can also set the ShowDateNavigationPanel property to false to hide the panel for an individual SchedulerControl.

See Also