HtmlEditorSettings.CssFiles Property
Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
HtmlEditorCssFileCollection | An HtmlEditorCssFileCollection object that represents the collection of items identifying the external CSS files. |
See Also