Skip to main content
All docs
V23.2

CompatibilitySettings.ShowSchedulerDateNavigationPanel Property

Specifies whether to display the Date Navigation Panel by default.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

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