Skip to main content
Tab

ASPxGlobalEvents Class

Represents an ASPxGlobalEvents control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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