Back to Devexpress

DashboardDesigner.RangeFilterIncludeCurrentDate Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-9cfaae3a.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool RangeFilterIncludeCurrentDate { get; set; }
vb
<DefaultValue(False)>
Public Property RangeFilterIncludeCurrentDate As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

RangeFilterPredefinedDateTimePeriods

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace