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

GridViewSelection.IsRowSelectedByKey(Object) Method

Indicates whether the specified row is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool IsRowSelectedByKey(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that uniquely identifies the row within the ASPxGridView.

Returns

Type Description
Boolean

true if the row is selected; otherwise, false.

See Also