Skip to main content
Tab

ASPxWebControl.RegisterUtilsScript(Page) Method

OBSOLETE

Use the RegisterBaseScript method instead.

Registers utils scripts required to embed an ASPxWebControl control onto the specified page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the RegisterBaseScript(Page page) method instead.", true)]
public static void RegisterUtilsScript(
    Page page
)

Parameters

Name Type
page Page
See Also