Skip to main content
A newer version of this page is available. .

TreeListColumnSettingsHeaderFilter.DateRangePeriodsSettings Property

Gets the settings of the header filter periods section.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListColumnDateRangePeriodsSettings DateRangePeriodsSettings { get; }

Property Value

Type Description
TreeListColumnDateRangePeriodsSettings

A TreeListColumnDateRangePeriodsSettings object containing the section settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateRangePeriodsSettings
TreeListDataColumn
.SettingsHeaderFilter .DateRangePeriodsSettings

Remarks

The column header filter can display period items, allowing end-users to select corresponding periods. Use the DateRangePeriodsSettings property to access and customize the periods section settings.

DateRangeHeaderFilter_Periods

Note

Online Demo To see this feature in action, refer to the following online demo: Tree List - Date Range Header Filter

See Also