Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public HtmlEditorCssFileCollection CssFiles { get; }

Property Value

Type Description
HtmlEditorCssFileCollection

An HtmlEditorCssFileCollection object that represents the collection of items identifying the external CSS files.

See Also