HtmlEditorShortcut.ActionView Property
In This Article
Specifies the view where the shortcut operates.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HtmlEditorView.Design)]
public HtmlEditorView ActionView { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Html |
Design | One of the Html |
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