Skip to main content
A newer version of this page is available. .
All docs
V22.1

GridView.RefreshDetailTab(Int32) Method

Updates the specified row’s detail tab.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v22.1.dll

NuGet Package: DevExpress.Win.Grid

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