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

ExtensionsFactory.DockPanel(Action<DockPanelSettings>) Method

Creates a DockPanel.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public DockPanelExtension DockPanel(
    Action<DockPanelSettings> method
)

Parameters

Name Type Description
method Action<DockPanelSettings>

A delegate method that accepts DockPanelSettings as a parameter.

Returns

Type Description
DockPanelExtension

A DockPanelExtension object implementing the DockPanel functionality.

See Also