MVCxHtmlEditor.Styles Property
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.v20.2.dll
Declaration
public HtmlEditorStyles Styles { get; }
Public ReadOnly Property Styles As HtmlEditorStyles
Property Value
Type | Description |
---|---|
HtmlEditorStyles | An object containing the extension-related style settings. |
See Also
Feedback