Skip to main content

TreeListCustomCallbackEventArgs.Argument Property

Gets a string that contains specific information (if any) passed from the client side.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Argument { get; }

Property Value

Type Description
String

A string value that contains specific information collected on the client side and passed to the event for further server-side processing.

Remarks

Use the Argument property to obtain specific information which has been collected on the client side and passed via the client ASPxClientTreeList.PerformCustomCallback method to the server for further server-side processing.

See Also