ASPxCollapsiblePanel.ExpandBarTemplate Property
Gets or sets a template used for rendering the expand bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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