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

GridColumnDateRangeCalendarSettings.FastNavProperties Property

Specifies the settings of the header filter calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public CalendarFastNavProperties FastNavProperties { get; }

Property Value

Type Description
CalendarFastNavProperties

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

Remarks

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

See Also