MindFusion.UI for WebForms Programmer's Guide

IHostControl.HasChildren Property

See Also
 





Gets a value indicating whether the control contains child controls.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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