ASPxClientPanel.Collapse Method
In This Article
Collapses the expanded panel.
#Declaration
TypeScript
Collapse(): void
#Remarks
Use the Collapse method to collapse the expanded panel on the client side.
The panel can expand and collapse its content if the panel’s ASPxCollapsiblePanel.Collapsible property is set to true
.
Note
The Collapse and ASPx
See Also