Skip to main content
Tab

GridColumnDateRangeCalendarSettings.EnableLargePeriodNavigation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also