ASPxHtmlEditor.Shortcuts Property
In This Article
Gets the collection of shortcuts available within ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorShortcutCollection Shortcuts { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#Remarks
Use the Shortcuts property to access a collection of shortcuts within the ASPxHtmlEditor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See the Keyboard Shortcuts topic for more information.
See Also