VerticalGridDataRowHeaderFilterSettings.DateRangePeriodsSettings Property
Gets the settings of the header filter periods section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
VerticalGridRowDateRangePeriodsSettings | A VerticalGridRowDateRangePeriodsSettings object containing the section settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DateRangePeriodsSettings |
---|---|
VerticalGridDataRow |
|
Remarks
The row header filter can display period items, allowing end-users to select corresponding periods. Use the DateRangePeriodsSettings property to access and customize the period section settings.
See Also