WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGridDetailProvider Class / HideDetailAsync Method
The index of the original row.
In This Topic
    HideDetailAsync Method (FlexGridDetailProvider)
    In This Topic
    Hides the detail row.
    Syntax
    public Task HideDetailAsync( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also