Skip to main content
Tab

ASPxCollapsiblePanel.ExpandBarTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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.

View Example: Navigation Bar for ASP.NET Web Forms - How to implement the adaptive side bar functionality

See Also