Back to Devexpress

BaseView.BeginDataUpdate() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-5b77129c.md

latest1.6 KB
Original Source

BaseView.BeginDataUpdate() Method

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual void BeginDataUpdate()
vb
Public Overridable Sub BeginDataUpdate

Remarks

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

See Also

BeginDataUpdate()

EndDataUpdate()

Batch Modifications

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace