Back to Devexpress

LayoutRow Class

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

latest2.0 KB
Original Source

LayoutRow Class

A line on a page.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

The following members return LayoutRow objects:

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutRow

See Also

LayoutRow Members

DevExpress.XtraRichEdit.API.Layout Namespace