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

In This Topic
    Controls Property
    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
    public override System.Web.UI.ControlCollection Controls {get;}

    Property Value

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