DeleteAllCommentsShownCommand.VisibleComments Property
Gets a list of visible comments to delete.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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