Skip to main content
Tab

GridViewDataColumnHeaderFilterSettings.DateRangePeriodsSettings Property

Gets the settings of the header filter periods section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewColumnDateRangePeriodsSettings DateRangePeriodsSettings { get; }

Property Value

Type Description
GridViewColumnDateRangePeriodsSettings

A GridViewColumnDateRangePeriodsSettings object containing the section settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateRangePeriodsSettings
GridViewDataColumn
.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

Online Demo

Grid - Date Range Header Filter

See Also