Selects the specified record within the ASPxVerticalGrid.
Namespace:DevExpress.Web.Data
Assembly:DevExpress.Web.v18.2.dll

Syntax
C# |
public void SelectRecordByKey(
object keyValue
)
|
VB |
Public Sub SelectRecordByKey(
ByVal keyValue As Object
)
|
Parameters
-
keyValue
-
Type: Object
An object that identifies the record by its key value.

See Also