Skip to main content
Tab

GridColumnDateRangeCalendarSettings.EnablePeriodNavigation Property

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

Namespace: DevExpress.Web

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

See Also