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

GridView.RefreshDetailTab(Int32) Method

Updates the specified row’s detail tab.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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