Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

GridColumnDateRangeCalendarSettings.EnableMonthNavigation Property

Controls the availability of fast month navigation in the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableMonthNavigation { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if month navigation is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableMonthNavigation
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableMonthNavigation
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableMonthNavigation
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.EnableMonthNavigation
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableMonthNavigation
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableMonthNavigation
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.EnableMonthNavigation

Remarks

End-users can navigate through months by using the Month Navigation Buttons or month section in the Fast Navigation Window, which can be invoked by clicking the calendar header text. Setting the EnableMonthNavigation property to false disables these elements.

DateRangeHeaderFilter_Calendar

See Also