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

ASPxCardView.GetCurrentPageCardValues(String[]) Method

Returns the card values displayed within the current page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public List<object> GetCurrentPageCardValues(
    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 card values displayed within the current page.

See Also