constructor(cellInfo) Constructor
Initializes a new instance of the ASPxClientCardViewFocusedCellChangingEventArgs class with specified settings.
Declaration
constructor(
cellInfo: ASPxClientCardViewCellInfo
)
Parameters
Name | Type | Description |
---|---|---|
cellInfo | ASPxClientCardViewCellInfo | A ASPxClientCardViewCellInfo object providing information about the focused cell. |
See Also