GridViewDataColumnHeaderFilterSettings.DateRangePeriodsSettings Property
In This Article
Gets the settings of the header filter periods section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewColumnDateRangePeriodsSettings DateRangePeriodsSettings { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Date |
---|---|
Grid |
|
#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.
#Online Demo
Grid - Date Range Header Filter
See Also