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

ASPxHtmlEditor.Shortcuts Property

Gets the collection of shortcuts available within ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorShortcutCollection Shortcuts { get; }

Property Value

Type Description
HtmlEditorShortcutCollection

An HtmlEditorShortcutCollection object that is the collection of the shortcuts.

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