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

In This Topic
    IsDetailVisible Method (FlexGridDetailProvider)
    In This Topic
    Determines whether the detail row is visible.
    Syntax
    'Declaration
     
    Public Function IsDetailVisible( _
       ByVal index As Integer _
    ) As Boolean
    public bool IsDetailVisible( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also