HtmlEditorSettings.Settings Property
Provides access to the HtmlEditor’s main settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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