Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SectionColumns.GetColumns() Method

Gets the column layout of the current section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

SectionColumnCollection GetColumns()

Returns

Type Description
SectionColumnCollection

A SectionColumnCollection object representing columns in the current section.

Remarks

Use the SectionColumns.SetColumns method to apply columns to the section.

See Also