ExtensionsFactory.DockManager(DockManagerSettings) Method
In This Article
Creates a DockManager.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public DockManagerExtension DockManager(
DockManagerSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Dock |
A Dock |
#Returns
Type | Description |
---|---|
Dock |
A Dock |
See Also