Skip to main content
Tab

GridColumnDateRangePeriodsSettings.ShowMonthsSection Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

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