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.v20.2.dll
Declaration
public HtmlEditorCssFileCollection CssFiles { get; }
Public ReadOnly Property CssFiles As HtmlEditorCssFileCollection
Property Value
Type | Description |
---|---|
HtmlEditorCssFileCollection | An HtmlEditorCssFileCollection object that represents the collection of items identifying the external CSS files. |
See Also
Feedback