ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewPanel Class / ListViewPanel Constructor / ListViewPanel Constructor(C1ListView)

In This Topic
    ListViewPanel Constructor(C1ListView)
    In This Topic
    Initializes a new instance of the ListViewPanel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal listview As C1ListView _
    )
    public ListViewPanel( 
       C1ListView listview
    )

    Parameters

    listview
    See Also