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

ASPxCollapsiblePanel.ExpandBarTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
ITemplate *null*

An object supporting the ITemplate interface which contains the template used for displaying the expand bar.

Remarks

Use the ExpandBarTemplate template to define the appearance of the panel’s expand bar. The expand bar is displayed when the panel is collapsed.

See Also