Skip to main content

ExtensionsFactory.LoadingPanel(Action<LoadingPanelSettings>) Method

Creates a LoadingPanel.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public LoadingPanelExtension LoadingPanel(
    Action<LoadingPanelSettings> method
)

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