Skip to main content

ExtensionsFactory.RoundPanel(RoundPanelSettings) Method

Creates a RoundPanel.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RoundPanelExtension RoundPanel(
    RoundPanelSettings settings
)

Parameters

Name Type Description
settings RoundPanelSettings

A RoundPanelSettings object containing RoundPanel extension settings.

Returns

Type Description
RoundPanelExtension

A RoundPanelExtension object implementing the RoundPanel functionality.

See Also