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