ExtensionsFactory.DockManager(Action<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(
Action<DockManagerSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Dock |
A delegate method that accepts Dock |
#Returns
Type | Description |
---|---|
Dock |
A Dock |
See Also