Skip to main content

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.v24.2.dll

Declaration

public void CancelUpdate()

Remarks

See the TileItemElementCollection.BeginUpdate method to learn more.

See Also