TreeListColumnSettingsHeaderFilter.DateRangePickerSettings Property
Gets the settings of the header filter date range picker.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListColumnDateRangePickerSettings DateRangePickerSettings { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Date |
---|---|
Tree |
|
#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.
Note
Online Demo To see this feature in action, refer to the following online demo: Tree List - Date Range Header Filter