ASPxClientCardViewBatchEditApi.GetFocusedCell Method
Gets information about a focused cell.
Declaration
GetFocusedCell(): ASPxClientCardViewCellInfo
Returns
Type | Description |
---|---|
ASPxClientCardViewCellInfo | Information about the focused cell. |
Remarks
Use the GetFocusedCell
and SetFocusedCell(cardVisibleIndex, columnIndex) methods to control the cell focus on the client side.
<dx:ASPxCardView ID="CardView" ClientInstanceName="clientCView" ...>
...
</dx:ASPxCardView>
var selCol = clientCView.batchEditApi.GetFocusedCell().column;
See Also