RadControls for WPF

Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public class LayoutElementCollection : LayoutElementCollectionBase, 
	ICollection<LayoutBox>, IEnumerable<LayoutBox>, IEnumerable
Visual Basic
Public Class LayoutElementCollection _
	Inherits LayoutElementCollectionBase _
	Implements ICollection(Of LayoutBox), IEnumerable(Of LayoutBox),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Documents.Layout..::..LayoutElementCollectionBase
    Telerik.Windows.Documents.Layout..::..LayoutElementCollection

See Also