officefileapi-devexpress-dot-xtrarichedit-dot-commands-5630f0f8.md
Invokes the Print dialog to print the current document.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class PrintCommand :
RichEditMenuItemSimpleCommand
Public Class PrintCommand
Inherits RichEditMenuItemSimpleCommand
The PrintCommand displays the Windows printer dialog that allows you to send the current document to any printer installed in the system.
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand PrintCommand
See Also