Back to Devexpress

LayoutPageCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-9e4f65bb.md

latest1.7 KB
Original Source

LayoutPageCollection Class

A collection of LayoutPage elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutPageCollection :
    LayoutElementCollection<LayoutPage>
vb
Public Class LayoutPageCollection
    Inherits LayoutElementCollection(Of LayoutPage)

Implements

DevExpress.Office.ISimpleCollection<LayoutPage>

IEnumerable<LayoutPage>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutPage> LayoutPageCollection

See Also

LayoutPageCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace