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

FormatConditionRuleDateOccuring.ResetCurrentDate() Method

Reapplies the conditional formatting rule, taking into account the current date.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void ResetCurrentDate()

Remarks

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

See Also