aspnet-devexpress-dot-web-dot-aspxhtmleditor-484ac890.md
A collection of HtmlEditorShortcut objects.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorShortcutCollection :
Collection<HtmlEditorShortcut>
Public Class HtmlEditorShortcutCollection
Inherits Collection(Of HtmlEditorShortcut)
The following members return HtmlEditorShortcutCollection objects:
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.
DevExpress.Utils.IAssignableCollection
ICollection<HtmlEditorShortcut>
IEnumerable<HtmlEditorShortcut>
Object StateManagedCollectionBase Collection Collection<HtmlEditorShortcut> HtmlEditorShortcutCollection
See Also