Skip to main content

HtmlEditorShortcutCollection(ASPxHtmlEditor) Constructor

Initializes a new instance of the HtmlEditorShortcutCollection class with the specified owner.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorShortcutCollection(
    ASPxHtmlEditor editor
)

Parameters

Name Type Description
editor ASPxHtmlEditor

An ASPxHtmlEditor object that will own the collection.

See Also