Skip to main content
A newer version of this page is available. .

DeleteAllCommentsShownCommand.VisibleComments Property

Gets a list of visible comments to delete.

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public List<Comment> VisibleComments { get; }

Property Value

Type Description
List<DevExpress.XtraRichEdit.Model.Comment>

A List<T><DevExpress.XtraRichEdit.Model.Comment,> object.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also