ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneContentContainer Class / Page Property

In This Topic
    Page Property
    In This Topic
    Gets a reference to the System.Web.UI.Page instance that contains the server control.
    Syntax
    'Declaration
     
    Public Overrides Property Page As System.Web.UI.Page
    public override System.Web.UI.Page Page {get; set;}

    Property Value

    The System.Web.UI.Page instance that contains the server control.
    Exceptions
    ExceptionDescription
    The control is a System.Web.UI.WebControls.Substitution control.
    See Also