Skip to main content
Tab

ASPxGridAfterPerformCallbackEventArgs.CallbackName Property

Gets the callback name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string CallbackName { get; }

Property Value

Type Description
String

A String value that specifies the callback name.

Remarks

Use the CallbackName property to identify the processed callback (e.g. ‘EXPANDROW’, SORT’, ‘COLUMNMOVE’, etc.).

The names of commands which might initiate callbacks are listed within the ASPxClientBeginCallbackEventArgs.command property topic. This property is available when handling a control’s client BeginCallback event.

See Also