ASPxClientPanel.Expanded Event
In This Article
Occurs when an end-user opens the expand panel.
#Declaration
TypeScript
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 ASPxtrue
and the panel was expanded automatically because the browser window was resized, the Expanded event does not occur.
See Also