ScriptCollection Class
In This Article
Represents a collection of scripts within the ASPxScriptManager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
public class ScriptCollection :
ResourceItemCollection
#Related API Members
The following members return ScriptCollection objects:
#Remarks
The ASPxScriptManager component holds its scripts within a collection, which is an instance of the ScriptCollection class and can be accessed via the ASPxScriptManager.Items property. Individual items within the collection are represented by the instances of the ResourceScript class, and can be accessed using indexer notation. The properties and methods exposed by the collection can be used to perform common collection operations such as adding new or deleting the existing items. Individual items can be accessed using indexer notation.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also