DevExpressHelper.CallbackName Property
Gets the name identifying the DevExpress extension whose callback is being processed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value representing the name (SettingsBase.Name) of the extension that initiated the processed callback. |
See Also