Back to Devexpress

ASPxClientRoundPanel.GetCollapsed Method

aspnet-js-aspxclientroundpanel-0d41650c.md

latest1.1 KB
Original Source

ASPxClientRoundPanel.GetCollapsed Method

Returns a value indicating whether the panel is collapsed.

Declaration

ts
GetCollapsed(): boolean

Returns

TypeDescription
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

SetCollapsed(collapsed)

Collapsed

ASPxClientRoundPanel Class

ASPxClientRoundPanel Members