Back to Devexpress

ExtensionsFactory.RoundPanel(RoundPanelSettings) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-roundpanel-x28-devexpress-dot-web-dot-mvc-dot-roundpanelsettings-x29.md

latest1.8 KB
Original Source

ExtensionsFactory.RoundPanel(RoundPanelSettings) Method

Creates a RoundPanel.

Namespace : DevExpress.Web.Mvc.UI

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RoundPanelExtension RoundPanel(
    RoundPanelSettings settings
)
vb
Public Function RoundPanel(
    settings As RoundPanelSettings
) As RoundPanelExtension

Parameters

NameTypeDescription
settingsRoundPanelSettings

A RoundPanelSettings object containing RoundPanel extension settings.

|

Returns

TypeDescription
RoundPanelExtension

A RoundPanelExtension object implementing the RoundPanel functionality.

|

See Also

RoundPanel

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace