HtmlEditorCssFileCollection Class
Represents a collection of HtmlEditorCssFile objects.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HtmlEditorCssFileCollection :
Collection<HtmlEditorCssFile>
#Related API Members
The following members return HtmlEditorCssFileCollection objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Html |
#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.