Back to Devexpress

ASPxScriptManager.Items Property

aspnet-devexpress-dot-web-dot-aspxscriptmanager.md

latest1.4 KB
Original Source

ASPxScriptManager.Items Property

Gets the collection of items within the ASPxScriptManager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ScriptCollection Items { get; }
vb
Public ReadOnly Property Items As ScriptCollection

Property Value

TypeDescription
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

ASPxScriptManager Class

ASPxScriptManager Members

DevExpress.Web Namespace