Back to Devexpress

HtmlEditorShortcutCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-484ac890.md

latest3.5 KB
Original Source

HtmlEditorShortcutCollection Class

A collection of HtmlEditorShortcut objects.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorShortcutCollection :
    Collection<HtmlEditorShortcut>
vb
Public Class HtmlEditorShortcutCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<HtmlEditorShortcut>

ICollection<HtmlEditorShortcut>

IEnumerable<HtmlEditorShortcut>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<HtmlEditorShortcut> HtmlEditorShortcutCollection

See Also

HtmlEditorShortcutCollection Members

Shortcuts

HtmlEditorShortcut

Keyboard Shortcuts

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace