Skip to main content

DockPanelExtension Class

Represents an extension object implementing the DockPanel functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class DockPanelExtension :
    PopupControlExtensionBase

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.

Inheritance

See Also