FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider Class / ShowDetailAsync Method
The index of the original row.

In This Topic
    ShowDetailAsync Method (FlexGridDetailProvider)
    In This Topic
    Shows the detail row.
    Syntax
    'Declaration
     
    Public Function ShowDetailAsync( _
       ByVal index As Integer _
    ) As Task
    public Task ShowDetailAsync( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also