SectionColumns.GetColumns() Method
Gets the column layout of the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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