ASPxGlobalEvents Class
In This Article
Represents an ASPxGlobalEvents control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 ASPx
- The control’s client-side equivalent is represented by the ASPx
Client object.Global Events - The available client events can be accessed by using the ASPx
Global property.Events. Client Side Events
The client-side API is always available for this control.
#Implements
#Inheritance
See Also