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

HtmlEditorShortcutCollection Class

A collection of HtmlEditorShortcut objects.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorShortcutCollection :
    Collection<HtmlEditorShortcut>

The following members return HtmlEditorShortcutCollection objects:

Remarks

The HtmlEditorShortcutCollection class manages a collection of HtmlEditorShortcut objects. Individual items within the collection can be accessed by using index notation via the Item[Int32] property. The properties and methods exposed by the HtmlEditorShortcutCollection class can be used to perform common collection operations such as adding new or deleting the existing items.

The HtmlEditorShortcutCollection collection can be accessed via the ASPxHtmlEditor.Shortcuts property.

See the Keyboard Shortcuts topic for more information.

See Also