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

DockManagerSettings Class

Contains the DockManager extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class DockManagerSettings :
    SettingsBase

Remarks

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.

Inheritance

Object
SettingsBase
DockManagerSettings
See Also