Skip to main content

SectionColumnCollection Class

Represents a collection of columns in the layout.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Inheritance

Object
List<SectionColumn>
SectionColumnCollection
See Also