Back to Devexpress

CommentCollection.Item[String] Property

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

latest1.4 KB
Original Source

CommentCollection.Item[String] Property

Returns a comment with the specified name.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the item name.

|

Property Value

TypeDescription
Comment

A Comment value.

|

See Also

CommentCollection Interface

CommentCollection Members

DevExpress.XtraRichEdit.API.Native Namespace