LayoutFloatingObjectCollection Class
A collection of LayoutFloatingObject elements.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
public class LayoutFloatingObjectCollection :
LayoutElementCollection<LayoutFloatingObject>
Related API Members
The following members return LayoutFloatingObjectCollection objects:
Implements
DevExpress.Office.ISimpleCollection<LayoutFloatingObject>
Inheritance
See Also