ASPxClientSplitter.PaneExpanded Event
Fires after a pane has been expanded.
Declaration
PaneExpanded: ASPxClientEvent<ASPxClientSplitterPaneEventHandler<ASPxClientSplitter>>
Event Data
The PaneExpanded 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 expanded by an end-user. Note that it provides a notification only, and you cannot cancel the action. To control whether individual panes can be expanded, handle the ASPxClientSplitter.PaneExpanding event instead.
See Also