Back to Devexpress

CompatibilitySettings.ShowSchedulerDateNavigationPanel Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-e7169aa4.md

latest1.9 KB
Original Source

CompatibilitySettings.ShowSchedulerDateNavigationPanel Property

Specifies whether to display the Date Navigation Panel by default.

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static bool ShowSchedulerDateNavigationPanel { get; set; }
vb
Public Shared Property ShowSchedulerDateNavigationPanel As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace