ClassBookmarksCollection
Top-level outline items that build the document’s navigation tree for quick jumps and hierarchical structure.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class BookmarksCollection : DocumentElementCollection<BookmarkItem, IFixedDocumentElement>, IEnumerable, IFixedDocumentElement
Inheritance: objectDocumentElementCollectionBase<BookmarkItem, IFixedDocumentElement>DocumentElementCollection<BookmarkItem, IFixedDocumentElement>BookmarksCollection
Implements:
Inherited Members
Methods
VerifyDocumentElementOnInsert(BookmarkItem)
Verifies the validity of the BookmarkItem before it is inserted in the collection.
An item is assumed to be valid when has not already been added in this or other BookmarksCollection instance,
i.e. it's parent is null.
Declaration
protected override void VerifyDocumentElementOnInsert(BookmarkItem item)
Parameters
item
The item to add.
Exceptions
Thrown when the item is null.
Thrown when the item has already been added in this or other BookmarksCollection instance.
Overrides