Xml::HasControls Method ()

 
Use BaseTrue

Determines whether the server control contains any child controls.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool HasControls() override

Return Value

Type: System::Boolean

true if the control contains other controls; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: