Skip to main content
All docs
V23.2

GridView.RefreshDetailTab(Int32) Method

Updates the specified row’s detail tab.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public void RefreshDetailTab(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies a row handle.

See Also