AccordionControlControls Property
|
Gets a
ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override ControlCollection Controls { get; }Return Value
Type:
ControlCollection
The collection of child controls for the specified server control.
See Also