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

In This Topic
Controls Property (C1AccordionPane)
In This Topic
Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Controls As System.Web.UI.ControlCollection
 

Property Value

The collection of child controls for the specified server control.
See Also