Back to Devexpress

ASPxGridViewCustomDataCallbackEventArgs Class

aspnet-devexpress-dot-web-6c84258c.md

latest2.2 KB
Original Source

ASPxGridViewCustomDataCallbackEventArgs Class

Provides data for the ASPxGridView.CustomDataCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewCustomDataCallbackEventArgs :
    ASPxGridCustomDataCallbackEventArgs
vb
Public Class ASPxGridViewCustomDataCallbackEventArgs
    Inherits ASPxGridCustomDataCallbackEventArgs

ASPxGridViewCustomDataCallbackEventArgs is the data class for the following events:

Remarks

The ASPxGridView.CustomDataCallback event is raised when a round trip to the server has been initiated. This occurs when the client ASPxClientGridView.GetValuesOnCustomCallback method is called.

The ASPxGridViewCustomDataCallbackEventArgs class provides the ASPxGridCustomDataCallbackEventArgs.Result property. This property specifies a string that contains specific information that needs to be passed to the client side for further processing.

Inheritance

Object EventArgs ASPxGridCustomCallbackEventArgs ASPxGridCustomDataCallbackEventArgs ASPxGridViewCustomDataCallbackEventArgs

See Also

ASPxGridViewCustomDataCallbackEventArgs Members

Grid View

DevExpress.Web Namespace