ASPxGlobalEvents Class
Represents an ASPxGlobalEvents control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 control’s client-side equivalent is represented by the ASPxClientGlobalEvents object.
- The available client events can be accessed by using the ASPxGlobalEvents.ClientSideEvents property.
The client-side API is always available for this control.
Implements
Inheritance
See Also