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.v24.1.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