Skip to main content

BaseView.BeginDataUpdate() Method

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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