Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

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