Skip to main content

HtmlEditorCssFileCollection Class

Represents a collection of HtmlEditorCssFile objects.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorCssFileCollection :
    Collection<HtmlEditorCssFile>

The following members return HtmlEditorCssFileCollection objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxHtmlEditor.CssFiles
ASP.NET MVC Extensions HtmlEditorSettings.CssFiles

Remarks

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.

See Also