HtmlEditorSettings.CssFiles Property
In This Article
Gets a collection of items that refer to external CSS files associated with the HtmlEditor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorCssFileCollection CssFiles { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
See Also