Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[DefaultValue(CalendarInactiveDaysVisibility.FirstLast)]
[DXCategory("Appearance")]
public CalendarInactiveDaysVisibility InactiveDaysVisibility { get; set; }

#Property Value

Type Default Description
CalendarInactiveDaysVisibility FirstLast

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

Available values:

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

See Also