Skip to main content
A newer version of this page is available. .

PanelSettings Class

Contains the Panel extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class PanelSettings :
    CollapsiblePanelSettings

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.

See Also