| UnorderedListControls Property  | 
 
            The inherited Controls collection.  Returns an EmptyControlCollection, as the UnorderedList is incapable of holding child Controls, only child ListItemWithContent controls.
            
 
    Namespace: 
   NetQuarry.WebControls
    Assembly:
   EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic override ControlCollection Controls { get; }Public Overrides ReadOnly Property Controls As ControlCollection
	Get
Property Value
Type: 
ControlCollection See Also
See Also