Skip to main content

ContextItem.CancelUpdate() Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void CancelUpdate()

Remarks

See ContextItem.BeginUpdate to learn more.

See Also