Skip to main content
All docs
V19.2
Tab

GridColumnDateRangeCalendarSettings.EnableYearNavigation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableYearNavigation
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings.EnableYearNavigation
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableYearNavigation
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableYearNavigation
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings.EnableYearNavigation
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableYearNavigation
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings.EnableYearNavigation

Remarks

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

DateRangeHeaderFilter_Calendar

See Also