Skip to main content

CalendarControlBase.AllowClickInactiveDays Property

Gets or sets whether a click on an inactive date (see CalendarControlBase.InactiveDaysVisibility) navigates to the corresponding (previous or next) month.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AllowClickInactiveDays { get; set; }

Property Value

Type Default Description
Boolean true

true if a click on an inactive date navigates to the corresponding (previous or next) month; otherwise, false.

See Also