Back to Devexpress

BoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-14ea904a.md

latest1.8 KB
Original Source

BoxCollection Class

A collection of Box elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class BoxCollection :
    LayoutElementCollection<Box>
vb
Public Class BoxCollection
    Inherits LayoutElementCollection(Of Box)

The following members return BoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<Box>

IEnumerable<Box>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<Box> BoxCollection

See Also

BoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace