Back to Devexpress

RowExtendedBoxes Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-1805ef49.md

latest1.7 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class RowExtendedBoxes
vb
Public Class RowExtendedBoxes

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.

Inheritance

Object RowExtendedBoxes

See Also

RowExtendedBoxes Members

DevExpress.XtraRichEdit.API.Layout Namespace