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

WebActionContainerViewItem.BeginUpdate() Method

Prevents the View Item’s Action Container control from being updated until the WebActionContainerViewItem.EndUpdate method is called.

Namespace: DevExpress.ExpressApp.Web.Editors

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public override void BeginUpdate()

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