Skip to main content
A newer version of this page is available. .
Tab

ASPxScriptManager.Items Property

Gets the collection of items within the ASPxScriptManager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ScriptCollection Items { get; }

Property Value

Type Description
ScriptCollection

A ScriptCollection object that is the collection of all the items within the ASPxScriptManager.

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