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

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CancelUpdate()

Remarks

See the TileItemElementCollection.BeginUpdate method to learn more.

See Also