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

    Gets or sets whether to hide the Calendar Button from the Date Navigation Panel.

    Namespace: DevExpress.Xpf.Core

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

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

    Declaration

    public static bool HideCalendarButtonInDateNavigationPanel { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to hide the Calendar Button from the Date Navigation Panel; otherwise, false.

    See Also