VerticalGridClientSideEvents Class
Contains a list of the client-side events available for the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return VerticalGridClientSideEvents objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid.ClientSideEvents |
ASP.NET MVC Extensions | VerticalGridSettings.ClientSideEvents |
Remarks
The VerticalGridClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxVerticalGrid. Property names represent the names of the available client events.
Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxVerticalGrid.
A VerticalGridClientSideEvents object is automatically created when a server-side ASPxVerticalGrid object is being initialized.
Implements
Inheritance
See Also