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

ExtensionsFactory.DockZone(DockZoneSettings) Method

Creates a DockZone.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public DockZoneExtension DockZone(
    DockZoneSettings settings
)

Parameters

Name Type Description
settings DockZoneSettings

A DockZoneSettings object containing DockZone extension settings.

Returns

Type Description
DockZoneExtension

A DockZoneExtension object implementing the DockZone functionality.

See Also