Back to Devexpress

ASPxGlobalEvents Class

aspnet-devexpress-dot-web-2e643af1.md

latest3.1 KB
Original Source

ASPxGlobalEvents Class

Represents an ASPxGlobalEvents control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGlobalEvents :
    ASPxWebComponent
vb
Public Class ASPxGlobalEvents
    Inherits 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.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebComponent ASPxGlobalEvents

See Also

ASPxGlobalEvents Members

DevExpress.Web Namespace