Skip to main content
A newer version of this page is available. .

DockPanelSettings Class

Contains the DockPanel extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class DockPanelSettings :
    PopupControlSettingsBase

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