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

ASPxCollapsiblePanel.Collapsible Property

Gets or sets a value indicating whether the panel can collapse its content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Collapsible { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the panel is collapsible; otherwise, false.

Remarks

The Panel extension has the capability to collapse its content.

MVC_Panel_Overview_Expand_Collapse

To enable panel collapsing, you need to set the Collapsible property to true. By default, a panel with collapsing enabled is rendered in the collapsed state. To render the panel initially expanded, set the PanelCollapsingSettings.ExpandOnPageLoad property to true.

See Also