ExtensionsFactory.RoundPanel(Action<RoundPanelSettings>) Method
Creates a RoundPanel.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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