Skip to main content

PrintCommand Class

Invokes the Print dialog to print the current document.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public class PrintCommand :
    RichEditMenuItemSimpleCommand

#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>
See Also