Back to Devexpress

ASPxVerticalGridCustomDataCallbackEventArgs Class

aspnet-devexpress-dot-web-486c6599.md

latest2.3 KB
Original Source

ASPxVerticalGridCustomDataCallbackEventArgs Class

Provides data for the ASPxVerticalGrid.CustomDataCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxVerticalGridCustomDataCallbackEventArgs is the data class for the following events:

Remarks

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

The ASPxVerticalGridCustomDataCallbackEventArgs 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 ASPxVerticalGridCustomDataCallbackEventArgs

See Also

ASPxVerticalGridCustomDataCallbackEventArgs Members

Vertical Grid

DevExpress.Web Namespace