Back to Devexpress

DeleteAllCommentsCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-ea84e94b.md

latest1.8 KB
Original Source

DeleteAllCommentsCommand Class

Deletes all comments from a document.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DeleteAllCommentsCommand :
    DeleteCommentsCommandBase
vb
Public Class DeleteAllCommentsCommand
    Inherits DeleteCommentsCommandBase

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.CommentAndTrackingCommandBase DevExpress.XtraRichEdit.Commands.CommentsCommandBase DevExpress.XtraRichEdit.Commands.DeleteCommentsCommandBase DeleteAllCommentsCommand

See Also

DeleteAllCommentsCommand Members

DevExpress.XtraRichEdit.Commands Namespace