Back to Devexpress

ASPxHtmlEditor.Shortcuts Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-914b3dfe.md

latest1.8 KB
Original Source

ASPxHtmlEditor.Shortcuts Property

Gets the collection of shortcuts available within ASPxHtmlEditor.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorShortcutCollection Shortcuts { get; }
vb
Public ReadOnly Property Shortcuts As HtmlEditorShortcutCollection

Property Value

TypeDescription
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

Keyboard Shortcuts

HTML Editor

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace