CalendarControlBase.InactiveDaysVisibility Property
In This Article
Gets or sets the visibility of dates that do not belong to the current month.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(CalendarInactiveDaysVisibility.Visible)]
[DXCategory("Behavior")]
public CalendarInactiveDaysVisibility InactiveDaysVisibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Calendar |
Visible | The visibility of dates that do not belong to the current month. |
Available values:
Name | Description |
---|---|
First |
If the calendar displays several months, only dates before the first month and after the last month shown are visible. |
Visible | |
Hidden |
See Also