TreeListColumnSettingsHeaderFilter.DateRangeCalendarSettings Property
Gets the settings of the header filter calendar.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListColumnDateRangeCalendarSettings DateRangeCalendarSettings { 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 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.