Back to Devexpress

LayoutFrameCollection Class

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

latest2.2 KB
Original Source

LayoutFrameCollection Class

A collection of LayoutFrame objects.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFrameCollection :
    LayoutElementCollection<LayoutFrame>
vb
Public Class LayoutFrameCollection
    Inherits LayoutElementCollection(Of LayoutFrame)

The following members return LayoutFrameCollection objects:

Remarks

To get access to the collection, use the LayoutPage.Frames property.

Implements

DevExpress.Office.ISimpleCollection<LayoutFrame>

IEnumerable<LayoutFrame>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutFrame> LayoutFrameCollection

See Also

LayoutFrameCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace