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

TileItemElementCollection.CancelUpdate() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void CancelUpdate()

Remarks

See the TileItemElementCollection.BeginUpdate method to learn more.

See Also