Skip to main content
Box

LayoutTableRowCollection Class

A collection of LayoutTableRow elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class LayoutTableRowCollection :
    LayoutElementCollection<LayoutTableRow>

The following members return LayoutTableRowCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutTableRow>

Inheritance

See Also