Back to Devexpress

CalendarInactiveDaysVisibility Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-35df6772.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum CalendarInactiveDaysVisibility
vb
Public Enum CalendarInactiveDaysVisibility

Members

NameDescription
FirstLast

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

| | Visible |

| | Hidden |

|

The following properties accept/return CalendarInactiveDaysVisibility values:

See Also

DevExpress.XtraEditors.Controls Namespace