DataGridView.RefreshRow(Int32) Method
In This Article
Refreshes the row specified by its handle.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public void RefreshRow(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The row handle that identifies the row. |
See Also