LayoutPageAreaBase.Columns Property
Gets columns of the current page.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v22.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
LayoutColumnCollection | A LayoutColumnCollection collection containing columns of the current page. |
Remarks
To set the number of columns in the document Section, use the SectionColumns.SetColumns method.
See Also