Back to Devexpress

ShowReviewingPaneCommand Class

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

latest1.9 KB
Original Source

ShowReviewingPaneCommand Class

Displays the Reviewing Pane that lists all document comments.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowReviewingPaneCommand :
    CommentAndTrackingCommandBase
vb
Public Class ShowReviewingPaneCommand
    Inherits CommentAndTrackingCommandBase

Remarks

The following image illustrates the Reviewing Pane.

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 ShowReviewingPaneCommand

See Also

ShowReviewingPaneCommand Members

DevExpress.XtraRichEdit.Commands Namespace