Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PropertyGridControl.UpdateRows() Method

In This Article

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.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