ExtensionsFactory.LoadingPanel(Action<LoadingPanelSettings>) Method
Creates a LoadingPanel.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<LoadingPanelSettings> | A delegate method that accepts LoadingPanelSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| LoadingPanelExtension | A LoadingPanelExtension object implementing the LoadingPanel functionality. |
See Also