Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See FormatConditionRuleBase.BeginUpdate to learn more.

See Also