Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Date Range Header Filter

v
 
From
Subject
DateNot filtered
Has Attachment
CollapseDeveloper Express - RayNew Holiday Skin5/2/2024 11:04 PM
  Andrew FullerRe: New Holiday Skin5/3/2024 1:12 AM
 CollapseSteven BuchananRe: New Holiday Skin5/3/2024 1:20 AM
   Nancy DavolioRe: New Holiday Skin5/3/2024 1:22 AM
 CollapseJanet LeverlingRe: New Holiday Skin5/3/2024 9:57 PM
  CollapseMax V. Evseev (Developer Express)Re: New Holiday Skin5/4/2024 4:04 PM
    Thomas HardyRe: New Holiday Skin5/4/2024 6:40 PM
    Janet LeverlingRe: New Holiday Skin5/4/2024 7:46 PM
   CollapseNancy DavolioRe: New Holiday Skin5/4/2024 11:35 PM
     Thomas HardyRe: New Holiday Skin5/5/2024 12:54 AM
    CollapseMichael SuyamaRe: New Holiday Skin5/5/2024 5:13 AM
     CollapseNancy DavolioRe: New Holiday Skin5/5/2024 5:27 AM
       Robert KingRe: New Holiday Skin5/5/2024 9:45 PM
       Michael SuyamaRe: New Holiday Skin5/5/2024 8:47 PM
    Laura CallahanRe: New Holiday Skin5/8/2024 12:33 AM
 CollapseAnne DodsworthRe: New Holiday Skin5/5/2024 11:10 PM
   Margaret PeacockRe: New Holiday Skin5/7/2024 2:52 PM

The DevExpress ASP.NET Tree List (ASPxTreeList) allows end-users to filter dates.

A date column's drop-down header filter displays a date editor (date range picker or calendar) and a list of predefined date periods. End-users can filter the records stored in the underlying dataset by selecting the values displayed within the drop-down. The header filter is disabled by default - set the column's AllowHeaderFilter property to true to enable it.

To specify which date editor the drop-down displays, set the column's SettingsHeaderFilter.Mode property to one of the following values:

  • DateRangeCalendar – Displays a calendar. Use the DateRangeCalendarSettings property to customize the calendar's settings.
  • DateRangePicker – Displays a date range picker. Use the DateRangePickerSettings property to customize the editor's settings.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxTreeListDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxTreeListDemos