Specifies whether items specifying past periods are displayed in the header filter.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v18.1.dll

Syntax
C# |
public GridViewColumnDateRangePeriodsSettingsBuilder ShowPastPeriods(
bool showPastPeriods
)
|
VB |
Public Function ShowPastPeriods(
ByVal showPastPeriods As Boolean
) As GridViewColumnDateRangePeriodsSettingsBuilder
|
Parameters
-
showPastPeriods
-
Type: Boolean
Return value
Type:
GridViewColumnDateRangePeriodsSettingsBuilder

See Also