Back to Devexpress

BookmarkCollection.Item[String] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-bookmarkcollection-dot-item-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

BookmarkCollection.Item[String] Property

Gets the Bookmark object specified by its name.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Bookmark this[string name] { get; }
vb
ReadOnly Property Item(name As String) As Bookmark

Parameters

NameTypeDescription
nameString

A string specifying the bookmark name.

|

Property Value

TypeDescription
Bookmark

A Bookmark object which represents the bookmark with the specified name.

|

Remarks

This method searches the collection for the Bookmark object whose Bookmark.Name property’s value matches the parameter’s value. If no such object is found, the indexer returns null.

See Also

Name

BookmarkCollection Interface

BookmarkCollection Members

DevExpress.XtraRichEdit.API.Native Namespace