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

FormatConditionRuleBase.EndUpdate() Method

Unlocks the FormatConditionRuleBase object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See FormatConditionRuleBase.BeginUpdate to learn more.

See Also