aspnet-devexpress-dot-web-c27c5ace.md
Contains a list of the client-side events available for the ASPxVerticalGrid.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridClientSideEvents :
GridClientSideEvents
Public Class VerticalGridClientSideEvents
Inherits GridClientSideEvents
The following members return VerticalGridClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxVerticalGrid.ClientSideEvents |
| ASP.NET MVC Extensions | VerticalGridSettings.ClientSideEvents |
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.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase GridClientSideEvents VerticalGridClientSideEvents
See Also