ASPxCollapsiblePanel.ExpandBarTemplate Property
Gets or sets a template used for rendering the expand bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(null)]
public virtual ITemplate ExpandBarTemplate { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property ExpandBarTemplate As ITemplate
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
Feedback