Skip to main content
A newer version of this page is available. .
Tab

VerticalGridClientSideEvents Class

Contains a list of the client-side events available for the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class VerticalGridClientSideEvents :
    GridClientSideEvents

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

See Also