Back to Devexpress

LayoutPageAreaCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-1cf13478.md

latest2.0 KB
Original Source

LayoutPageAreaCollection Class

A collection of LayoutPageArea elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutPageAreaCollection :
    LayoutElementCollection<LayoutPageArea>
vb
Public Class LayoutPageAreaCollection
    Inherits LayoutElementCollection(Of LayoutPageArea)

The following members return LayoutPageAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutPageArea>

IEnumerable<LayoutPageArea>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutPageArea> LayoutPageAreaCollection

See Also

LayoutPageAreaCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace