Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

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

Parameters

Name Type
page Page
See Also