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

ASPxGridAfterPerformCallbackEventArgs.Args Property

Gets specific information (if any) passed from the client side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string[] Args { get; }

Property Value

Type Description
String[]

An array of strings that contain specific information (if any) passed from the client side.

See Also