Back to Devexpress

CalendarControlBase.InactiveDaysVisibility Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-b2b4eca9.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(CalendarInactiveDaysVisibility.Visible)]
[DXCategory("Behavior")]
public CalendarInactiveDaysVisibility InactiveDaysVisibility { get; set; }
vb
<DefaultValue(CalendarInactiveDaysVisibility.Visible)>
<DXCategory("Behavior")>
Public Property InactiveDaysVisibility As CalendarInactiveDaysVisibility

Property Value

TypeDefaultDescription
CalendarInactiveDaysVisibilityVisible

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

|

Available values:

NameDescription
FirstLast

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

| | Visible |

| | Hidden |

|

See Also

AllowClickInactiveDays

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace