Skip to main content
Tab

ScriptCollection(ASPxScriptManager) Constructor

Initializes a new instance of the ScriptCollection class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ScriptCollection(
    ASPxScriptManager scriptManager
)

Parameters

Name Type Description
scriptManager ASPxScriptManager

A ASPxScriptManager object that will own the collection.

See Also