Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadLayoutControlControlCollection : Control.ControlCollection, IList, ICollection, IEnumerable, ICloneable
Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadLayoutControlControlCollection
Implements:
Inherited Members
Constructors
C#
public RadLayoutControlControlCollection(RadLayoutControl owner)
Methods
Adds the control to the underlying collection without creating a LayoutControlItem for it.
Finds the item associated with a given control.
C#
public LayoutControlItem FindLayoutItem(Control control)
The control.
Returns:The associated item.
Removes the control from the underlying collection without destroying its associated item.