Skip to main content

VerticalGridSelection.UnselectRecordByKey(Object) Method

Unselects the specified record within the ASPxVerticalGrid.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void UnselectRecordByKey(
    object keyValue
)

Parameters

Name Type Description
keyValue Object

An object that identifies the record by its key value.

See Also