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

GridColumnDateRangeCalendarSettings.EnablePeriodNavigation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool EnablePeriodNavigation { 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 EnablePeriodNavigation
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangeCalendarSettings .EnablePeriodNavigation
CardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings .EnablePeriodNavigation
GridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings .EnablePeriodNavigation
VerticalGridDataRowHeaderFilterSettings
.DateRangeCalendarSettings .EnablePeriodNavigation
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings .EnablePeriodNavigation
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangeCalendarSettings .EnablePeriodNavigation
See Also