Skip to main content
All docs
V26.1
  • GridView.RefreshDetailTab(Int32) Method

    Updates the specified row’s detail tab.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v26.1.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