ASPxVerticalGrid.GetRecordValuesByKeyValue(Object, String[]) Method
In This Article
Returns the specified record’s values displayed within the specified rows (fields).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key |
Object | An object that uniquely identifies the record. |
field |
String[] | The names of data source fields whose values are returned. |
#Returns
Type | Description |
---|---|
Object | An object that contains the record values displayed within the specified rows (fields). |
See Also