Skip to main content

CollapsiblePanelSettings.SetExpandedPanelTemplateContent(String) Method

Allows you to custom render the content of the expanded panel.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetExpandedPanelTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

Use the SetExpandedPanelTemplateContent method to define the content that should be displayed within the expanded panel.

Note

If the template content for the expanded panel is not defined (using the SetExpandedPanelTemplateContent method), the expanded panel will display the template content defined using the CollapsiblePanelSettings.SetContent method.

See Also