Back to Devexpress

HtmlEditorCssFileCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-ab2e5733.md

latest3.2 KB
Original Source

HtmlEditorCssFileCollection Class

Represents a collection of HtmlEditorCssFile objects.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorCssFileCollection :
    Collection<HtmlEditorCssFile>
vb
Public Class HtmlEditorCssFileCollection
    Inherits Collection(Of HtmlEditorCssFile)

The following members return HtmlEditorCssFileCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxHtmlEditor.CssFiles
ASP.NET MVC ExtensionsHtmlEditorSettings.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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<HtmlEditorCssFile>

ICollection<HtmlEditorCssFile>

IEnumerable<HtmlEditorCssFile>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<HtmlEditorCssFile> HtmlEditorCssFileCollection

See Also

HtmlEditorCssFileCollection Members

CssFiles

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace