ScriptCollection.Add(ResourceScript) Method
Adds the specified script to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ResourceScript | A ResourceScript object that is the script to add to the collection. |
See Also