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

BaseOptions.CancelUpdate() Method

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

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v19.1.dll

Declaration

public virtual void CancelUpdate()

Remarks

See BaseOptions.BeginUpdate, to learn more.

See Also