Back to Devexpress

LayoutComment.GetDocumentComment() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-layoutcomment.md

latest1.4 KB
Original Source

LayoutComment.GetDocumentComment() Method

Returns a Comment object that relates to the current LayoutComment element.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public Comment GetDocumentComment()
vb
Public Function GetDocumentComment As Comment

Returns

TypeDescription
Comment

A Comment object that is the comment in the logical document model.

|

See Also

LayoutComment Class

LayoutComment Members

DevExpress.XtraRichEdit.API.Layout Namespace