Click or drag to resize

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
public override ControlCollection Controls { get; }

Property Value

Type: ControlCollection
See Also