Skip to main content

DeleteAllCommentsShownCommand.VisibleComments Property

Gets a list of visible comments to delete.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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