Skip to main content

BookmarkCollection.Select(Bookmark) Method

Selects a range associated with the specified bookmark.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void Select(
    Bookmark bookmark
)

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