Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

RowExtendedBoxes Class

Container for collections of objects of the PlainTextBox type and various LayoutType characteristics. LayoutType.PlainTextBox elements are not included.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class RowExtendedBoxes

Remarks

The RowExtendedBoxes object is accessible using the LayoutRow.ExtendedBoxes property. It contains collections of boxes for all varieties of box elements in the line except plain text boxes.

Inheritance

Object
RowExtendedBoxes
See Also