ASP.NET Pack Programmer's Guide
IHostControl.HasChildren Property
See Also
 





Gets a value indicating whether the control contains child controls.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

bool HasChildren { get; }

Visual Basic  Copy Code

ReadOnly Property HasChildren As Boolean

 Property Value

Type: Boolean
true if the host control contains child controls, otherwise false.

 See Also

IHostControl Members
IHostControl Interface
MindFusion.UI.WebForms Namespace