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

ASPxDashboardViewer.UseDataAccessApi Property

OBSOLETE

You no longer need to set it to true in order to use data access API.

Gets or sets whether to enable the capability to access the client and underlying data.

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue(true)]
[Obsolete("You no longer need to set it to true in order to use data access API.")]
[Browsable(false)]
public bool UseDataAccessApi { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable the capability to access the client and underlying data; otherwise, false.

Remarks

Use the UseDataAccessApi property to enable the capability that allows you to obtain the client or underlying data for specific dashboard items. For instance, you can obtain the underlying data using the ASPxClientDashboardViewer.RequestUnderlyingData method or client data via the ASPxClientDashboardViewer.GetItemData method.

See Also