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

VerticalGridSelection.SelectRecordByKey(Object) Method

Selects the specified record within the ASPxVerticalGrid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void SelectRecordByKey(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that identifies the record by its key value.

See Also