Skip to main content

VerticalGridSelection.IsRecordSelectedByKey(Object) Method

Indicates whether the specified record is selected.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsRecordSelectedByKey(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that uniquely identifies the record within the ASPxVerticalGrid.

Returns

Type Description
Boolean

true, if the record is selected; otherwise, false.

See Also