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