Skip to main content
Tab

GridColumnDateRangePeriodsSettings.ShowWeeksSection Property

Specifies whether the section containing week 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 ShowWeeksSection { get; set; }

Property Value

Type Default Description
Boolean true

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

Remarks

Use the ShowWeeksSection property to specify whether the Weeks section, which contains the Last Week, This Week, and Next Week items, is visible in the header filter.

DateRangeHeaderFilter_Periods

See Also