Skip to main content
All docs
V25.1
  • CompatibilitySettings.ShowSchedulerDateNavigationPanel Property

    Specifies whether to display the Date Navigation Panel by default.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.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