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

CalendarControlBase.InactiveDaysVisibility Property

Gets or sets the visibility of dates that do not belong to the current month.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(CalendarInactiveDaysVisibility.Visible)]
[DXCategory("Behavior")]
public CalendarInactiveDaysVisibility InactiveDaysVisibility { get; set; }

Property Value

Type Default Description
CalendarInactiveDaysVisibility **Visible**

The visibility of dates that do not belong to the current month.

Available values:

Name Description
FirstLast

If the calendar displays several months, only dates before the first month and after the last month shown are visible.

DateNavigator.InactiveDaysVisibility.FirstLast

Visible

DateNavigator.InactiveDaysVisibility.Visible

Hidden

DateNavigator.InactiveDaysVisibility.Hidden

See Also