Back to Devexpress

GridColumnDateRangePickerSettings.FastNavProperties Property

aspnet-devexpress-dot-web-dot-gridcolumndaterangepickersettings.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavProperties FastNavProperties { get; }
vb
Public ReadOnly Property FastNavProperties As CalendarFastNavProperties

Property Value

TypeDescription
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 date range picker’s fast navigation panel.

See Also

GridColumnDateRangePickerSettings Class

GridColumnDateRangePickerSettings Members

DevExpress.Web Namespace