Infragistics2.Win.v8.1
ChildElementArrayCapacity Property
See Also 
Infragistics.Win Namespace > UIElement Class : ChildElementArrayCapacity Property

Returns the expected number of child elements for this element

Syntax

Visual Basic (Declaration) 
Protected Overridable ReadOnly Property ChildElementArrayCapacity As Integer
C# 
protected virtual int ChildElementArrayCapacity {get;}

See Also