Skip to main content

SectionColumnCollection Class

Represents a collection of columns in the layout.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

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

#Inheritance

Object
List<SectionColumn>
SectionColumnCollection
See Also