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

ASPxScriptManager.Active Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public static bool Active { get; }

Property Value

Type Description
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