Skip to main content
Box

BoxCollection Class

A collection of Box elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class BoxCollection :
    LayoutElementCollection<Box>

The following members return BoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<Box>

Inheritance

See Also