CardViewDataColumnHeaderFilterSettings.DateRangePickerSettings Property
In This Article
Gets the settings of the header filter date range picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewColumnDateRangePickerSettings DateRangePickerSettings { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Date |
---|---|
Card |
|
#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