Skip to main content
Tab

ASPxCollapsiblePanel.ExpandButtonTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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