Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DeleteAllCommentsShownCommand.VisibleComments Property

Gets a list of visible comments to delete.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v19.1.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