Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Comment.ParentComment Property

Specifies the parent comment of the current comment.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

Comment ParentComment { get; }

Property Value

Type Description
Comment

The CommentCollection object that is the parent comment.

See Also