Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebActionContainerViewItem.EndUpdate() Method

Unlocks the View Item’s Action Container control after a call to the WebActionContainerViewItem.BeginUpdate method and causes an immediate update.

Namespace: DevExpress.ExpressApp.Web.Editors

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public override void EndUpdate()

Remarks

The BeginUpdate and EndUpdate methods are designed to implement batch modifications with Action Container View Items. This allows you to prevent excessive updates when changing multiple settings at once. For this purpose, enclose the code that changes multiple properties within calls to these methods.

See Also