Class
LayoutElementCollectionBase

Represents a base class for collections of layout elements in the Telerik document layout system.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public abstract class LayoutElementCollectionBase : ILinkedListCollection<LayoutElement>, ICollection<LayoutElement>, IEnumerable<LayoutElement>, IEnumerable

Inheritance: objectLayoutElementCollectionBase

Derived Classes: LayoutElementCollection

Implements: ICollection<LayoutElement>IEnumerableIEnumerable<LayoutElement>ILinkedListCollection<LayoutElement>

Constructors

LayoutElementCollectionBase(DocumentStructureCollection, LayoutElement)

Declaration

cs-api-definition
public LayoutElementCollectionBase(DocumentStructureCollection boxesCollection, LayoutElement parentLayoutBox)

Parameters

boxesCollection

DocumentStructureCollection

parentLayoutBox

LayoutElement

Fields

boxesCollection

Declaration

cs-api-definition
protected DocumentStructureCollection boxesCollection

Field Value

DocumentStructureCollection

parentLayoutBox

Declaration

cs-api-definition
protected LayoutBox parentLayoutBox

Field Value

LayoutBox

Methods

CheckForLeafLayoutBoxCollection()

Declaration

cs-api-definition
protected void CheckForLeafLayoutBoxCollection()