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

ASPxClientCardView.GetFocusedCell Method

Gets information about a focused cell.

Declaration

GetFocusedCell(): ASPxClientCardViewCellInfo

Returns

Type Description
ASPxClientCardViewCellInfo

An ASPxClientCardViewCellInfo object containing information about a focused cell.

Remarks

Use the GetFocusedCell and ASPxClientCardView.SetFocusedCell methods to control the cell focus on the client side.

See Also