aspnetmvc-devexpress-dot-web-dot-mvc-b93d6cdb.md
Contains CallbackPanel extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class CallbackPanelSettings :
CollapsiblePanelSettings
Public Class CallbackPanelSettings
Inherits CollapsiblePanelSettings
To declare the CallbackPanel in a View, invoke the ExtensionsFactory.CallbackPanel helper method. This method returns the CallbackPanel extension that is implemented by the CallbackPanelExtension class.
To configure the CallbackPanel extension, pass the CallbackPanelSettings object to the ExtensionsFactory.CallbackPanel helper method as a parameter. The CallbackPanelSettings object contains all the CallbackPanel extension settings.
Refer to the CallbackPanel Overview topic to learn how to add the CallbackPanel extension to your project.
Object SettingsBase CollapsiblePanelSettings CallbackPanelSettings
See Also