LayoutRow.Boxes Property
Provides access to a collection of layout boxes for the current row.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v26.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| BoxCollection | A BoxCollection collection containing Box descendants. |
See Also