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

GridColumnDateRangePickerSettings.FastNavProperties Property

Specifies the settings of the fast navigation panel in the header filter’s date range picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CalendarFastNavProperties FastNavProperties { get; }

Property Value

Type Description
CalendarFastNavProperties

A CalendarFastNavProperties object that contains the fast navigation panel’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FastNavProperties
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.FastNavProperties
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.FastNavProperties
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangePickerSettings.FastNavProperties
CardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.FastNavProperties
GridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.FastNavProperties
VerticalGridDataRowHeaderFilterSettings
.DateRangePickerSettings.FastNavProperties

Remarks

Use the FastNavProperties property to access and customize settings that affect the appearance and behavior of the date range picker’s fast navigation panel.

See Also