MVCxHtmlEditor.Styles Property
In This Article
Provides access to style settings that allow the appearance of the extension (and its visual elements) to be defined.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Html |
An object containing the extension-related style settings. |
See Also