ASPxCollapsiblePanel.ExpandButtonTemplate Property
Gets or sets a template used for rendering the expand button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the ITemplate interface which contains the template used for displaying the expand button. |
Remarks
Use the ExpandButtonTemplate and ASPxCollapsiblePanel.CollapseButtonTemplate properties to specify templates for expand and collapse panel buttons.
- If only the ExpandButtonTemplate property is specified, the template is applied to both expand and collapse panel buttons.
- If only the ASPxCollapsiblePanel.CollapseButtonTemplate property is specified, the template is applied to the collapse button. The expand button will be displayed without a template.
See Also