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

FormatConditionCollectionBase.EndUpdate() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See FormatConditionCollectionBase.BeginUpdate to learn more.

See Also