ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Expander Namespace / C1ExpanderContentContainer Class / C1ExpanderContentContainer Constructor
The owner.

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

    Parameters

    owner
    The owner.
    See Also