Back to Devexpress

DateNavigator.InactiveDaysVisibility Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-830346c3.md

latest2.2 KB
Original Source

DateNavigator.InactiveDaysVisibility Property

Gets or sets whether inactive days (dates which do not belong to a current month but are displayed to fill in the first or last row) are shown.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
CalendarInactiveDaysVisibilityFirstLast

A CalendarInactiveDaysVisibility enumeration member that specifies the mode for displaying inactive days.

|

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

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace