Skip to main content
A newer version of this page is available. .

HtmlEditorCssFileCollection Class

Represents a collection of HtmlEditorCssFile objects.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorCssFileCollection :
    Collection<HtmlEditorCssFile>

The following members return HtmlEditorCssFileCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions 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