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

BaseView.BeginDataUpdate() Method

Prevents visual and internal data updates until the BaseView.EndDataUpdate method is called.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public virtual void BeginDataUpdate()

Remarks

The BeginDataUpdate method is implemented in the ColumnView class. See the ColumnView.BeginDataUpdate topic to learn more.

See Also