aspnet-devexpress-dot-web-dot-aspxhtmleditor-7fd837cd.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public class HEPrintRibbonCommand :
HERibbonCommandBase
Public Class HEPrintRibbonCommand
Inherits HERibbonCommandBase
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.
Object StateManager CollectionItem RibbonItemBase RibbonButtonItem HERibbonCommandBase HEPrintRibbonCommand
See Also