Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGridFocusedCellChangingEventArgs Members

Provides data for the ASPxClientVerticalGrid.FocusedCellChanging event.

Constructors

Name Description
constructor(cellInfo) Initializes a new instance of the ASPxClientVerticalGridFocusedCellChangingEventArgs class with specified settings.

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
cellInfo Provides information on a cell currently being focused.
See Also