Back to Devexpress

ASPxDataView.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxdataview-c541df5e.md

latest1.8 KB
Original Source

ASPxDataView.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxDataView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CallbackClientSideEventsBase ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As CallbackClientSideEventsBase

Property Value

TypeDescription
CallbackClientSideEventsBase

An object that allows you to handle ASPxDataView‘s client-side events.

|

Remarks

The ClientSideEvents property provides access to an object of the CallbackClientSideEventsBase type. This object contains properties whose names correspond to the events available to the ASPxDataView on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the ASPxDataView control.

See Also

Client-Side Events

DataView

ASPxDataView Class

ASPxDataView Members

DevExpress.Web Namespace