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

ExtensionsFactory.RoundPanel(Action<RoundPanelSettings>) Method

Creates a RoundPanel.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public RoundPanelExtension RoundPanel(
    Action<RoundPanelSettings> method
)

Parameters

Name Type Description
method Action<RoundPanelSettings>

A delegate method that accepts RoundPanelSettings as a parameter.

Returns

Type Description
RoundPanelExtension

A RoundPanelExtension object implementing the RoundPanel functionality.

See Also