PropertyGridControl.UpdateRows() Method
Updates grid rows for all fields in the bound data source and forces the control to immediately redraw itself.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
The UpdateRows method clears the VGridControlBase.Rows collection, creates new rows for all fields in the bound data source (regardless of the PropertyGridControl.AutoGenerateRows property value), and forces the PropertyGridControl to redraw itself.
See Also