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

RepositoryItem.CancelUpdate() Method

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void CancelUpdate()

Remarks

See RepositoryItem.BeginUpdate to learn more.

See Also