Back to Devexpress

CommentInsertingEventArgs.Text Property

officefileapi-devexpress-dot-spreadsheet-dot-commentinsertingeventargs-4005b883.md

latest1.2 KB
Original Source

CommentInsertingEventArgs.Text Property

Specifies the text of a comment.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
String

A String value that specifies the text to be displayed in the comment box.

|

See Also

CommentInsertingEventArgs Class

CommentInsertingEventArgs Members

DevExpress.Spreadsheet Namespace