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

CalendarInactiveDaysVisibility Enum

Lists modes for displaying dates which do not belong to a current month but are displayed to fill in the first or last row.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public enum CalendarInactiveDaysVisibility

Members

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

Related API Members

The following properties accept/return CalendarInactiveDaysVisibility values:

See Also