ExtensionsFactory.RoundPanel(Action<RoundPanelSettings>) Method
In This Article
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<Round |
A delegate method that accepts Round |
#Returns
Type | Description |
---|---|
Round |
A Round |
See Also