Skip to main content
Box

LayoutTableRowCollection Class

A collection of LayoutTableRow elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class LayoutTableRowCollection :
    LayoutElementCollection<LayoutTableRow>

The following members return LayoutTableRowCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTableRow>

Inheritance

See Also