Back to Devexpress

CalendarControlBase.AllowClickInactiveDays Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-2cee72f3.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AllowClickInactiveDays { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property AllowClickInactiveDays As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

InactiveDaysVisibility

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace