General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
HtmlEditorShortcutCollection Class
A collection of HtmlEditorShortcut objects.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class HtmlEditorShortcutCollection :
Collection<HtmlEditorShortcut>
Public Class HtmlEditorShortcutCollection
Inherits Collection(Of HtmlEditorShortcut)
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.
Inheritance
Implements
DevExpress.Utils.IAssignableCollection
See Also
Feedback