Skip to main content
A newer version of this page is available. .

CallbackPanelSettings.Callback Property

OBSOLETE

Use the CallbackRouteValues property instead.

Obsolete API. Use the CallbackRouteValues property instead.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the CallbackPanelSettings.CallbackRouteValues property instead.", true)]
public CallbackEventHandlerBase Callback { get; set; }

Property Value

Type
CallbackEventHandlerBase
See Also