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

HtmlEditorSettings.Settings Property

Provides access to the HtmlEditor’s main settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxHtmlEditorSettings Settings { get; }

Property Value

Type Description
ASPxHtmlEditorSettings

An ASPxHtmlEditorSettings object that contains the HtmlEditor’s options.

Remarks

The object returned provides a set of options that specify which elements of the HtmlEditor’s functionality are available to end-users.

See Also