Back to Devexpress

ASPxCardViewCustomDataCallbackEventArgs Class

aspnet-devexpress-dot-web-255ce869.md

latest2.2 KB
Original Source

ASPxCardViewCustomDataCallbackEventArgs Class

Provides data for the ASPxCardView.CustomDataCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ASPxCardViewCustomDataCallbackEventArgs is the data class for the following events:

Remarks

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

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

See Also

ASPxCardViewCustomDataCallbackEventArgs Members

Card View

DevExpress.Web Namespace