Skip to main content
All docs
V23.2
Row

ThreadedComment.Replies Property

Obtains replies added to a comment.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

RepliedThreadedCommentCollection Replies { get; }

Property Value

Type Description
RepliedThreadedCommentCollection

A collection of comment replies.

See Also