ASPxClientPanel.Expanded Event
Occurs when an end-user opens the expand panel.
Declaration
Expanded: ASPxClientEvent<ASPxClientEventHandler<ASPxClientPanel>>
Event Data
The Expanded event's data class is ASPxClientEventArgs.
Remarks
End-users can expand and collapse a 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 expanded automatically because the browser window was resized, the Expanded event does not occur.
See Also