HtmlEditorShortcut.ActionView Property
Specifies the view where the shortcut operates.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
HtmlEditorView | Design | One of the HtmlEditorView enumeration values. |
Available values:
Name | Description |
---|---|
Design | Identifies the editor’s Design View. |
Html | Identifies the editor’s HTML View. |
Preview | Identifies the editor’s Preview View. |
See Also