Skip to main content
All docs
V18.2

ASPxClientDashboardItemUnderlyingData.GetRowCount() Method

Gets the number of rows in the underlying data set.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public int GetRowCount()

Returns

Type Description
Int32

An integer value that specifies the number of rows in the underlying data set.

See Also