Skip to main content

ASPxClientRoundPanel.GetCollapsed Method

Returns a value indicating whether the panel is collapsed.

Declaration

GetCollapsed(): boolean

Returns

Type Description
boolean

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

Remarks

End-users can collapse and expand a panel using the collapse button. Use the GetCollapsed method to get a value indicating whether the panel is collapsed. To set the panel collapse state on the client side, use the ASPxClientRoundPanel.SetCollapsed method.

On the server side, the panel collapse state is controlled by the ASPxRoundPanel.Collapsed property.

See Also