PrintCommand Class
In This Article
Invokes the Print dialog to print the current document.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class PrintCommand :
RichEditMenuItemSimpleCommand
#Remarks
The PrintCommand displays the Windows printer dialog that allows you to send 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