Back to Devexpress

ASPxCollapsiblePanel.Collapsible Property

aspnet-devexpress-dot-web-dot-aspxcollapsiblepanel-3ba86250.md

latest1.6 KB
Original Source

ASPxCollapsiblePanel.Collapsible Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Collapsible { get; set; }
vb
<DefaultValue(False)>
Public Property Collapsible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

The Panel extension has the capability to collapse its content.

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

ASPxCollapsiblePanel Class

ASPxCollapsiblePanel Members

DevExpress.Web Namespace