Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.GetCurrentPageRecordValues(String[]) Method

Returns the record values displayed on the current page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public List<object> GetCurrentPageRecordValues(
    params string[] fieldNames
)

Parameters

Name Type Description
fieldNames 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