Skip to main content
All docs
V26.1
  • Row

    RepliedThreadedComment.Text Property

    Gets or sets the text of the reply.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    string Text { get; set; }

    Property Value

    Type Description
    String

    The reply text.

    See Also