ExtensionsFactory.LoadingPanel(Action<LoadingPanelSettings>) Method
In This Article
Creates a LoadingPanel.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public LoadingPanelExtension LoadingPanel(
Action<LoadingPanelSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Loading |
A delegate method that accepts Loading |
#Returns
Type | Description |
---|---|
Loading |
A Loading |
See Also