Back to Devexpress

LayoutTableRow Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-54dd8a08.md

latest2.0 KB
Original Source

LayoutTableRow Class

Layout element that relates to a TableRow object.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableRow :
    RangedLayoutElementBase
vb
Public Class LayoutTableRow
    Inherits RangedLayoutElementBase

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutTableRow element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutTableRow

See Also

LayoutTableRow Members

DevExpress.XtraRichEdit.API.Layout Namespace