ASPxClientUtils Class
Represents an object containing service static functions and properties which can be useful when performing client-side processing.
#Declaration
declare class ASPxClientUtils
#Remarks
In order to use the functionality provided by the ASPxClientUtils object on the client side, the object’s client scripts should be registered. If there is a DevExpress control on a page, the scripts are registered automatically. Otherwise, you should register it explicitly using the static ASPxWebControl.RegisterBaseScript method.
protected void Page_Load(object sender, EventArgs e) {
DevExpress.Web.ASPxWebControl.RegisterBaseScript(this);
}