Skip to main content

BaseAppearanceCollection.CancelUpdate() Method

Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

Declaration

public virtual void CancelUpdate()

Remarks

See BaseAppearanceCollection.BeginUpdate to learn more.

See Also