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

DashboardDesigner.RangeFilterIncludeCurrentDate Property

Gets or sets whether the current date (year/quarter/month/etc.) is included in the’Last’ and ‘Next’ newly created predefined periods in the Edit Periods dialog.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[DefaultValue(false)]
public bool RangeFilterIncludeCurrentDate { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to include the current date (year/quarter/month/etc.) in the ‘Last’ and ‘Next’ newly created predefined periods; otherwise, false.

Remarks

If you enable the RangeFilterIncludeCurrentDate property, the Include Current option will be enabled in the Period dialog for a newly created predefined period (added using the Add Custom Period… button).

See Also