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

ASPxClientGridView.GetFocusedCell Method

Gets information about a focused cell.

Declaration

GetFocusedCell(): ASPxClientGridViewCellInfo

Returns

Type Description
ASPxClientGridViewCellInfo

An ASPxClientGridViewCellInfo object containing information about a focused cell.

Remarks

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

See Also