Skip to main content

ASPxClientCardViewFocusedCellChangingEventArgs Members

In This Article
Provides data for the ASPxClientCardView.FocusedCellChanging event.

#Constructors

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

#Properties
Show Inherited Hide Inherited

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
cellInfo Provides information of a card’s cell currently being focused.
See Also