ASP.NET Pack Programmer's Guide
ComponentBase.ChildCount Property
See Also
 





Gets the number of child components of this component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual int ChildCount { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property ChildCount As Integer

 Property Value

An integer value specifying the number of direct children of this component.

 See Also

ComponentBase Members
ComponentBase Class
MindFusion.Diagramming.Components Namespace