Skip to main content
A newer version of this page is available. .

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

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