Back to Devexpress

CommentEditingEventArgs.Comment Property

officefileapi-devexpress-dot-xtrarichedit-dot-commenteditingeventargs.md

latest1.2 KB
Original Source

CommentEditingEventArgs.Comment Property

Provides access to the comment to edit its properties and content.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public Comment Comment { get; }
vb
Public ReadOnly Property Comment As Comment

Property Value

TypeDescription
Comment

A Comment object that is the comment in the document.

|

See Also

CommentEditingEventArgs Class

CommentEditingEventArgs Members

DevExpress.XtraRichEdit Namespace