Skip to main content
All docs
V23.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.v23.2.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