Skip to main content
All docs
V18.2

ASPxClientDashboardItemUnderlyingData.IsDataReceived() Method

Returns whether a request for underlying data was successful.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool IsDataReceived()

Returns

Type Description
Boolean

true, if the request for underlying data was successful; otherwise, false.

Remarks

The IsDataReceived method returns whether a request for underlying data was successful. If data was not received, use the ASPxClientDashboardItemUnderlyingData.GetRequestDataError method to obtain a callstack containing the cause of the error.

See Also