GridViewDataColumnHeaderFilterSettings.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 |
---|---|
GridViewColumnDateRangePickerSettings | A GridViewColumnDateRangePickerSettings object containing the date range picker settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DateRangePickerSettings |
---|---|
GridViewDataColumn |
|
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 a required date range. Use the DateRangePickerSettings property to access and customize the picker settings.
For example, specify the ‘From’ and ‘To’ fields as ‘May’ and ‘June’ to display records from May to June, inclusively.
Online Demo
Grid - Date Range Header Filter