Skip to main content
A newer version of this page is available. .

SectionColumnCollection Class

Represents a collection of columns in the layout.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public class SectionColumnCollection :
    List<SectionColumn>

Inheritance

Object
List<SectionColumn>
SectionColumnCollection
See Also