Skip to main content

DevExpressHelper.CallbackName Property

Gets the name identifying the DevExpress extension whose callback is being processed.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static string CallbackName { get; }

Property Value

Type Description
String

A string value representing the name (SettingsBase.Name) of the extension that initiated the processed callback.

See Also