ASPxVerticalGrid.GetRecordValuesByKeyValue(Object, String[]) Method
Returns the specified record’s values displayed within the specified rows (fields).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
keyValue | Object | An object that uniquely identifies the record. |
fieldNames | 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