DockPanelExtension Class
Represents an extension object implementing the DockPanel 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 DockPanelExtension objects:
Remarks
To declare the DockPanel in a View, invoke the ExtensionsFactory.DockPanel helper method. This method returns the DockPanel extension that is implemented by the DockPanelExtension class.
To configure the DockPanel extension, pass the DockPanelSettings object to the ExtensionsFactory.DockPanel helper method as a parameter. The DockPanelSettings object contains all the DockPanel extension settings.
Refer to the Docking Overview topic to learn how to add the DockPanel extension to your project.