GridView.RefreshDetailTab(Int32) Method
In This Article
Updates the specified row’s detail tab.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void RefreshDetailTab(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies a row handle. |
See Also