ASPxGridAfterPerformCallbackEventArgs.CallbackName Property
Gets the callback name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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