DeleteAllCommentsShownCommand.VisibleComments Property
Gets a list of visible comments to delete.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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