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

ASPxRoundPanel.Collapsed Property

Gets or sets a value that specifies whether the panel is collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if the panel is collapsed; otherwise, 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.

See Also