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

AppearanceObject.CancelUpdate() Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public virtual void CancelUpdate()

Remarks

See AppearanceObject.BeginUpdate to learn more.

See Also