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

ASPxCollapsiblePanel.ExpandedPanelTemplate Property

Gets or sets a template used for rendering the expanded panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate ExpandedPanelTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object supporting the ITemplate interface which contains the template used for displaying the expanded panel.

See Also