ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItem Class / C1AppViewItem Constructor / C1AppViewItem Constructor(C1AppView)

In This Topic
    C1AppViewItem Constructor(C1AppView)
    In This Topic
    Constructor of the C1AppViewItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal appView As C1AppView _
    )
    public C1AppViewItem( 
       C1AppView appView
    )

    Parameters

    appView
    See Also