Skip to main content

FormatConditionDateOccurring.ResetCurrentDate() Method

Reapplies conditional formatting, taking into account the current date.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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