VerticalGridSelection.UnselectRecordByKey(Object) Method
In This Article
Unselects the specified record within the ASPxVerticalGrid.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key |
Object | An object that identifies the record by its key value. |
See Also