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

Returning true causes all drawing of this element's child elements to be expicitly clipped to the area inside this elements borders

Syntax

Visual Basic (Declaration) 
Protected Overridable ReadOnly Property ClipChildren As Boolean
C# 
protected virtual bool ClipChildren {get;}

See Also