VGridControlBase.EndUpdate() Method
Unlocks the VGridControlBase object after a call to the BeginUpdate method and causes an immediate visual update.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
See VGridControlBase.BeginUpdate to learn more.
See Also