Back to Devexpress

LayoutRowCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-37a3cdb1.md

latest2.2 KB
Original Source

LayoutRowCollection Class

A collection of LayoutRow elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutRowCollection :
    LayoutElementCollection<LayoutRow>
vb
Public Class LayoutRowCollection
    Inherits LayoutElementCollection(Of LayoutRow)

The following members return LayoutRowCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutRow>

IEnumerable<LayoutRow>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutRow> LayoutRowCollection

See Also

LayoutRowCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace