Skip to main content

ASPxClientSplitter.PaneCollapsed Event

Fires after a pane has been collapsed.

#Declaration

TypeScript
PaneCollapsed: ASPxClientEvent<ASPxClientSplitterPaneEventHandler<ASPxClientSplitter>>

#Event Data

The PaneCollapsed event's data class is ASPxClientSplitterPaneEventArgs. The following properties provide information specific to this event:

Property Description
pane Gets the pane object related to the event.

#Remarks

This event is raised after a pane has been collapsed by an end-user. Note that it provides a notification only, and you cannot cancel the action. To control whether individual panes can be collapsed, handle the ASPxClientSplitter.PaneCollapsing event instead.

See Also