CompatibilitySettings.ShowSchedulerDateNavigationPanel Property
In This Article
Specifies whether to display the Date Navigation Panel by default.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
#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