HtmlEditorExtension.GetActiveView(String) Method
Gets the specified HtmlEditor’s active view.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string that specifies the HtmlEditor’s name (SettingsBase.Name). |
Returns
| Type | Description |
|---|---|
| HtmlEditorView | One of the HtmlEditorView enumeration values. |
Remarks
Note that the HtmlEditor always has the active view, and only a single view can be active within the editor at the same time.
See Also