Back to Devexpress

LayoutTableCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-edf27117.md

latest2.2 KB
Original Source

LayoutTableCollection Class

A collection of LayoutTable elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableCollection :
    LayoutElementCollection<LayoutTable>
vb
Public Class LayoutTableCollection
    Inherits LayoutElementCollection(Of LayoutTable)

The following members return LayoutTableCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTable>

IEnumerable<LayoutTable>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutTable> LayoutTableCollection

See Also

LayoutTableCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace