BookmarksCollection
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>, IList<BookmarkItem>, ICollection<BookmarkItem>, IEnumerable<BookmarkItem>, IEnumerable, IFixedDocumentElement
Inheritance: objectDocumentElementCollectionBase<BookmarkItem, IFixedDocumentElement>DocumentElementCollection<BookmarkItem, IFixedDocumentElement>BookmarksCollection
Implements:
Inherited Members
Methods
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.
protected override void VerifyDocumentElementOnInsert(BookmarkItem 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: