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

GridColumnDateRangePeriodsSettings.ShowMonthsSection Property

Specifies whether the section containing month periods is displayed in the header filter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the section is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ShowMonthsSection property to specify whether the Months section, which contains the Last Month, This Month, and Next Month items, is visible in the header filter.

DateRangeHeaderFilter_Periods

See Also