Skip to main content
Box

LayoutTableCollection Class

A collection of LayoutTable elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class LayoutTableCollection :
    LayoutElementCollection<LayoutTable>

The following members return LayoutTableCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTable>

Inheritance

See Also