Back to Devexpress

DockManagerSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-276fa248.md

latest2.1 KB
Original Source

DockManagerSettings Class

Contains the DockManager extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class DockManagerSettings :
    SettingsBase
vb
Public Class DockManagerSettings
    Inherits 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

DockManagerSettings Members

Docking

DockManagerExtension

DevExpress.Web.Mvc Namespace