Skip to main content
Box

LayoutColumnCollection Class

A collection of LayoutColumn objects.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class LayoutColumnCollection :
    LayoutElementCollection<LayoutColumn>

The following members return LayoutColumnCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutColumn>

Inheritance

See Also