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

BaseAppearanceCollection.EndUpdate() Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See BaseAppearanceCollection.BeginUpdate to learn more.

See Also