Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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