Skip to main content

ASPxClientSplitterPaneCancelEventArgs Members

In This Article
Provides data for a splitter control’s cancelable client events concerning manipulations with a pane.

#Constructors

Name Description
constructor(pane) Initializes a new instance of the ASPxClientSplitterPaneCancelEventArgs class.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled.
pane Gets the pane object related to the event. Inherited from ASPxClientSplitterPaneEventArgs.
See Also