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.v19.1.dll

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