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

ASPxClientPanel.Collapsed Event

Occurs when the expanded panel is closed.

Declaration

Collapsed: ASPxClientEvent<ASPxClientEventHandler<ASPxClientPanel>>

Event Data

The Collapsed event's data class is ASPxClientEventArgs.

Remarks

End-users can expand and collapse the expanded panel when the panel ASPxCollapsiblePanel.Collapsible property is set to true.

Note

If the panel’s ASPxCollapsiblePanel.Collapsible property is set to true and the panel was collapsed automatically because the browser window was resized, the Collapsed event does not occur.

See Also