ExtensionsFactory.DockZone(Action<DockZoneSettings>) Method
Creates a DockZone.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<DockZoneSettings> | A delegate method that accepts DockZoneSettings as a parameter. |
Returns
Type | Description |
---|---|
DockZoneExtension | A DockZoneExtension object implementing the DockZone functionality. |
See Also