BaseView.BeginDataUpdate() Method
Prevents visual and internal data updates until the BaseView.EndDataUpdate method is called.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The BeginDataUpdate method is implemented in the ColumnView class. See the ColumnView.BeginDataUpdate topic to learn more.
See Also