ExtensionsFactory.Panel(PanelSettings) Method
In This Article
Creates a Panel.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PanelExtension Panel(
PanelSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Panel |
A delegate method that accepts Panel |
#Returns
Type | Description |
---|---|
Panel |
A Panel |
See Also