Skip to main content

LayoutItemContainer.EndUpdate() Method

Unlocks the LayoutItemContainer object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate()

Remarks

See LayoutItemContainer.BeginUpdate to learn more.

See Also