DockManagerExtension Class
Represents an extension object implementing the DockManager functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return DockManagerExtension objects:
Remarks
To declare the DockManager in a View, invoke the ExtensionsFactory.DockManager helper method. This method returns the DockManager extension that is implemented by the DockManagerExtension class.
To configure the DockManager extension, pass the DockManagerSettings object to the ExtensionsFactory.DockManager helper method as a parameter. The DockManagerSettings object contains all the DockManager extension settings.
Refer to the Docking Overview topic to learn how to add the DockManager extension to your project.