HtmlEditorSettings.Settings Property
In This Article
Provides access to the HtmlEditor’s main settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxHtmlEditorSettings Settings { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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