Skip to main content

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.v23.2.dll

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

Declaration

public virtual void UpdateRows()

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