Back to Devexpress

ASPxScriptManager.Active Property

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

latest1.1 KB
Original Source

ASPxScriptManager.Active Property

Returns a value determining whether an ASPxScriptManager component is on the page.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static bool Active { get; }
vb
Public Shared ReadOnly Property Active As Boolean

Property Value

TypeDescription
Boolean

true, if an ASPxScriptManager is on the page; otherwise, false.

|

Remarks

A page can contain only one ASPxScriptManager component. Use the Active property to determine whether a page contains an ASPxScriptManager.

See Also

ASPxScriptManager Class

ASPxScriptManager Members

DevExpress.Web Namespace