Skip to main content
Tab

ASPxCollapsiblePanel.ExpandedPanelTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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