Skip to main content
Box

LayoutRow.Boxes Property

Provides access to a collection of layout boxes for the current row.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public BoxCollection Boxes { get; }

Property Value

Type Description
BoxCollection

A BoxCollection collection containing Box descendants.

See Also