Skip to main content
A newer version of this page is available. .
Tab

GridColumnDateRangeCalendarSettings.EnableLargePeriodNavigation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if navigation is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

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