Back to Devexpress

LayoutElementCollection<T> Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-layoutelementcollection-1.md

latest4.2 KB
Original Source

LayoutElementCollection<T> Class

Base collection for collections of layout elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutElementCollection<T> :
    ISimpleCollection<T>,
    IEnumerable<T>,
    IEnumerable,
    ICollection
    where T : LayoutElement
vb
Public Class LayoutElementCollection(Of T As LayoutElement)
    Implements ISimpleCollection(Of T),
               IEnumerable(Of T),
               IEnumerable,
               ICollection

Type Parameters

NameDescription
T

The element type.

|

Implements

DevExpress.Office.ISimpleCollection<T>

IEnumerable<T>

ICollection

IEnumerable

Inheritance

Show 27 items

Object LayoutElementCollection<T> BookmarkBoxCollection

BoxCollection

CharacterBoxCollection

CommentBoxCollection

CommentHighlightAreaCollection

FieldHighlightAreaCollection

HiddenTextUnderlineBoxCollection

HighlightAreaCollection

LayoutColumnCollection

LayoutCommentCollection

LayoutFloatingObjectCollection

LayoutFrameCollection

LayoutNoteCollection

LayoutPageAreaCollection

LayoutPageCollection

LayoutRowCollection

LayoutTableCellCollection

LayoutTableCollection

LayoutTableRowCollection

LineNumberBoxCollection

ParagraphFrameBoxCollection

RangePermissionBoxCollection

RangePermissionHighlightAreaCollection

StrikeoutBoxCollection

UnderlineBoxCollection

See Also

LayoutElementCollection<T> Members

DevExpress.XtraRichEdit.API.Layout Namespace