aspnetmvc-devexpress-dot-web-dot-mvc-38ca4b8d.md
Represents an extension object implementing the DockManager functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class DockManagerExtension :
ExtensionBase
Public Class DockManagerExtension
Inherits ExtensionBase
The following members return DockManagerExtension objects:
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.
Object ExtensionBase DockManagerExtension
See Also