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

GridColumnDateRangePeriodsSettings.ShowFuturePeriods Property

Specifies whether items specifying future periods are displayed in the header filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowFuturePeriods { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the items are visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowFuturePeriods
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangePeriodsSettings .ShowFuturePeriods
CardViewDataColumnHeaderFilterSettings
.DateRangePeriodsSettings .ShowFuturePeriods
GridViewDataColumnHeaderFilterSettings
.DateRangePeriodsSettings .ShowFuturePeriods
VerticalGridDataRowHeaderFilterSettings
.DateRangePeriodsSettings .ShowFuturePeriods
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePeriodsSettings .ShowFuturePeriods
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePeriodsSettings .ShowFuturePeriods

Remarks

Use the ShowFuturePeriods property to specify whether the Tomorrow, Next Week, Next Month, and Next Year items are visible in the header filter.

DateRangeHeaderFilter_Periods

See Also