C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneContentContainer Class / Page Property

Page Property
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
 

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