Back to Devexpress

Comment.ParentComment Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-comment-8a0e503b.md

latest1.2 KB
Original Source

Comment.ParentComment Property

Specifies the parent comment of the current comment.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Comment ParentComment { get; }
vb
ReadOnly Property ParentComment As Comment

Property Value

TypeDescription
Comment

The CommentCollection object that is the parent comment.

|

See Also

Comment Interface

Comment Members

DevExpress.XtraRichEdit.API.Native Namespace