Back to Devexpress

PanelExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-c1cd7350.md

latest2.6 KB
Original Source

PanelExtension Class

Represents an extension object implementing the Panel functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class PanelExtension :
    CollapsiblePanelExtension
vb
Public Class PanelExtension
    Inherits CollapsiblePanelExtension

The following members return PanelExtension objects:

Remarks

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

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

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

Inheritance

Object ExtensionBase CollapsiblePanelExtension PanelExtension

See Also

PanelExtension Members

Panel

PanelSettings

DevExpress.Web.Mvc Namespace