ExtensionsFactory.RoundPanel(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(
RoundPanelSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Round |
A Round |
#Returns
Type | Description |
---|---|
Round |
A Round |
See Also