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

ASPxVerticalGridCustomDataCallbackEventArgs Class

Provides data for the ASPxVerticalGrid.CustomDataCallback event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxVerticalGridCustomDataCallbackEventArgs :
    ASPxGridCustomDataCallbackEventArgs

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

See Also