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

HtmlEditorExtension.GetActiveView(String) Method

Gets the specified HtmlEditor’s active view.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static HtmlEditorView GetActiveView(
    string name
)

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