ASPxCollapsiblePanel.ExpandedPanelTemplate Property
Gets or sets a template used for rendering the expanded panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
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