CardViewDataColumnHeaderFilterSettings.DateRangePickerSettings Property
Gets the settings of the header filter date range picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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