Back to Devexpress

LayoutFloatingObjectCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-7faff916.md

latest2.8 KB
Original Source

LayoutFloatingObjectCollection Class

A collection of LayoutFloatingObject elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFloatingObjectCollection :
    LayoutElementCollection<LayoutFloatingObject>
vb
Public Class LayoutFloatingObjectCollection
    Inherits LayoutElementCollection(Of LayoutFloatingObject)

The following members return LayoutFloatingObjectCollection objects:

Implements

DevExpress.Office.ISimpleCollection<LayoutFloatingObject>

IEnumerable<LayoutFloatingObject>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutFloatingObject> LayoutFloatingObjectCollection

See Also

LayoutFloatingObjectCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace