Represents a collection of HtmlEditorCssFile objects.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
public class HtmlEditorCssFileCollection :
Collection<HtmlEditorCssFile>
Public Class HtmlEditorCssFileCollection
Inherits Collection(Of HtmlEditorCssFile)
The HtmlEditorCssFileCollection class manages a collection of HtmlEditorCssFile objects. Individual items within the collection can be accessed by using index notation via the Collection<T>.Item property.
The HtmlEditorCssFileCollection collection can be accessed via the ASPxHtmlEditor.CssFiles property.