ASPxScriptManager.Items Property
In This Article
Gets the collection of items within the ASPxScriptManager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ScriptCollection Items { get; }
#Property Value
Type | Description |
---|---|
Script |
A Script |
#Remarks
Use the Items property to access a collection of items within the ASPxScriptManager. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See Also