Skip to main content
Tab

GridColumnDateRangePeriodsSettings.ShowPresentPeriods Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

Use the ShowPresentPeriods property to specify whether the Today, This Week, This Month, and This Year items are visible in the header filter.

DateRangeHeaderFilter_Periods

See Also