PrintCommand Class
In This Article
Invokes the Print dialog to print the current document.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
The PrintCommand displays the Windows printer dialog that allows sending the current document to any printer installed in the system.
#Inheritance
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