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

ASPxCollapsiblePanel.ExpandButtonTemplate Property

Gets or sets a template used for rendering the expand button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

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