officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-layoutelementcollection-1.md
Base collection for collections of layout elements.
Namespace : DevExpress.XtraRichEdit.API.Layout
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class LayoutElementCollection<T> :
ISimpleCollection<T>,
IEnumerable<T>,
IEnumerable,
ICollection
where T : LayoutElement
Public Class LayoutElementCollection(Of T As LayoutElement)
Implements ISimpleCollection(Of T),
IEnumerable(Of T),
IEnumerable,
ICollection
| Name | Description |
|---|---|
| T |
The element type.
|
DevExpress.Office.ISimpleCollection<T>
IEnumerable<T>
Show 27 items
Object LayoutElementCollection<T> BookmarkBoxCollection
CommentHighlightAreaCollection
HiddenTextUnderlineBoxCollection
LayoutFloatingObjectCollection
RangePermissionHighlightAreaCollection
See Also