Skip to main content
All docs
V24.1
Row

ThreadedComment.Replies Property

Obtains replies added to a comment.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

RepliedThreadedCommentCollection Replies { get; }

Property Value

Type Description
RepliedThreadedCommentCollection

A collection of comment replies.

See Also