TreeListColumnSettingsHeaderFilter.DateRangeCalendarSettings Property
Gets the settings of the header filter calendar.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListColumnDateRangeCalendarSettings | A TreeListColumnDateRangeCalendarSettings object containing the calendar settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DateRangeCalendarSettings |
---|---|
TreeListDataColumn |
|
Remarks
When a column’s GridDataColumnHeaderFilterSettings.Mode property is set to DateRangeCalendar, the column header filter displays a calendar, allowing end-users to select a required date or period. Use the DateRangeCalendarSettings property to access and customize the calendar settings.
Note
Online Demos Refer to the Tree List - Header Filter (Web Forms) online demo to review how to filter Tree List data nodes using the Header Filter.