HtmlEditorCssFileCollection.AddRange(IEnumerable<String>) Method
In This Article
Adds a collection of items to the end of the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void AddRange(
IEnumerable<string> cssFiles
)
#Parameters
Name | Type | Description |
---|---|---|
css |
IEnumerable<String> | A IEnumerable |
#Remarks
Objects are appended to the collection in the same order they have in the added collection.
See Also