Skip to main content
Box

BookmarkBoxCollection Class

A collection of BookmarkBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class BookmarkBoxCollection :
    LayoutElementCollection<BookmarkBox>

The following members return BookmarkBoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<BookmarkBox>

Inheritance

See Also