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

FormatConditionDateOccurring.ResetCurrentDate() Method

Reapplies conditional formatting, taking into account the current date.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public void ResetCurrentDate()

Remarks

The system date may be changed during the application operation. In this case, the FormatConditionDateOccurring format condition needs to be reapplied. To accomplish this, call the ResetCurrentDate method.

See Also