aspnet-devexpress-dot-web-dot-aspxhtmleditor-ab2e5733.md
Represents a collection of HtmlEditorCssFile objects.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class HtmlEditorCssFileCollection :
Collection<HtmlEditorCssFile>
Public Class HtmlEditorCssFileCollection
Inherits Collection(Of HtmlEditorCssFile)
The following members return HtmlEditorCssFileCollection objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxHtmlEditor.CssFiles |
| ASP.NET MVC Extensions | HtmlEditorSettings.CssFiles |
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.
DevExpress.Utils.IAssignableCollection
ICollection<HtmlEditorCssFile>
IEnumerable<HtmlEditorCssFile>
Object StateManagedCollectionBase Collection Collection<HtmlEditorCssFile> HtmlEditorCssFileCollection
See Also