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

ASPxCardViewCustomDataCallbackEventArgs(String) Constructor

Initializes a new instance of the ASPxCardViewCustomDataCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxCardViewCustomDataCallbackEventArgs(
    string parameters
)

Parameters

Name Type Description
parameters String

A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the ASPxGridCustomCallbackEventArgs.Parameters property.

See Also