ASPxVerticalGrid.GetCurrentPageRecordValues(String[]) Method
In This Article
Returns the record values displayed on the current page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String[] | The names of data source fields whose values are returned. |
#Returns
Type | Description |
---|---|
List<Object> | The list of objects that contain record values displayed on the current page. |
See Also