Skip to main content
A newer version of this page is available. .

HEPrintRibbonCommand Class

A ribbon item that invokes a standard ‘Print’ dialog, allowing the editor’s content to be printed.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HEPrintRibbonCommand :
    HERibbonCommandBase

Remarks

The ASPxHtmlEditor allows end-users to print its contents by using the Print button (HEPrintRibbonCommand). By default, the Print button is not displayed in the editor’s ribbon.

You can add the Print button to the ribbon by using either the ASPxHtmlEditor designer at design time, or programmatically.

See Also