Skip to main content
Tab

CardViewDataColumnHeaderFilterSettings.DateRangePickerSettings Property

Gets the settings of the header filter date range picker.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumnDateRangePickerSettings DateRangePickerSettings { get; }

Property Value

Type Description
CardViewColumnDateRangePickerSettings

A CardViewColumnDateRangePickerSettings object containing the date range picker settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateRangePickerSettings
CardViewColumn
.SettingsHeaderFilter .DateRangePickerSettings

Remarks

When a date column’s GridDataColumnHeaderFilterSettings.Mode property is set to DateRangePicker, the column header filter displays a date range picker allowing end-users to select the required date range. Use the DateRangePickerSettings property to access and customize the picker settings.

Online Demo

CardView - Date Range Header Filter

See Also