Skip to main content
All docs
V25.2
  • 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.2.dll

    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