RowExtendedBoxes Class
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Related API Members
The following members return RowExtendedBoxes objects:
#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.
See Also