BookmarkCollection.Select(Bookmark) Method
Selects a range associated with the specified bookmark.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
bookmark | Bookmark | A Bookmark object specifying a bookmark in the document. |
Remarks
If the bookmark is located in a header or in a footer, use the Document.ChangeActiveDocument method to ensure proper document selection.
See Also