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

ASPxGlobalEvents Class

Represents an ASPxGlobalEvents control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class ASPxGlobalEvents :
    ASPxWebComponent

Remarks

The ASPxGlobalEvents class represents a non visual component that exposes a set of server and client events allowing a custom logic common to all DevExpress web controls on the form to be implemented centrally.

Note

The ASPxGlobalEvents control provides you with a comprehensive client-side functionality implemented using JavaScript code :

The client-side API is always available for this control.

See Also