ASPxClientPanel.Collapse Method
Collapses the expanded panel.
Declaration
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 ASPxClientPanel.Expand methods cannot be used when the PanelAdaptivitySettings.CollapseAtWindowInnerWidth property is defined.
See Also