Skip to main content

ExtensionsFactory.RoundPanel(Action<RoundPanelSettings>) Method

Creates a RoundPanel.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#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