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

ExtensionsFactory.Panel(Action<PanelSettings>) Method

Creates a Panel.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public PanelExtension Panel(
    Action<PanelSettings> method
)

Parameters

Name Type Description
method Action<PanelSettings>

A PanelSettings object containing Panel extension settings.

Returns

Type Description
PanelExtension

A PanelExtension object implementing the Panel functionality.

See Also