ASPxRoundPanel.Collapsed Property
Gets or sets a value that specifies whether the panel is collapsed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Use the Collapsed property to specify whether the panel is collapsed.
End-users can collapse and expand a panel using the collapse button or clicking the panel header provided the ASPxRoundPanel.AllowCollapsingByHeaderClick property is set to true
.
Note that panel collapse is allowed in the standard view only (the ASPxRoundPanel.View property is set to Standard).
On the client side, you can control the panel collapse state using the ASPxClientRoundPanel.GetCollapsed and ASPxClientRoundPanel.SetCollapsed methods.
When the ShowHeader property is set to false
, the Collapsed
property has no effect.