Back to Devexpress

LoadingPanelExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-4717ccab.md

latest2.8 KB
Original Source

LoadingPanelExtension Class

Represents an extension object implementing the LoadingPanel functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class LoadingPanelExtension :
    ExtensionBase
vb
Public Class LoadingPanelExtension
    Inherits ExtensionBase

The following members return LoadingPanelExtension objects:

Remarks

To declare the LoadingPanel in a View, invoke the ExtensionsFactory.LoadingPanel helper method. This method returns the LoadingPanel extension that is implemented by the LoadingPanelExtension class.

To configure the LoadingPanel extension, pass the LoadingPanelSettings object to the ExtensionsFactory.LoadingPanel helper method as a parameter. The LoadingPanelSettings object contains all the LoadingPanel extension settings.

Refer to the LoadingPanel Overview topic to learn how to add the LoadingPanel extension to your project.

Inheritance

Object ExtensionBase LoadingPanelExtension

See Also

LoadingPanelExtension Members

Loading Panel Visual Elements

LoadingPanelSettings

DevExpress.Web.Mvc Namespace