Skip to main content
All docs
V18.2

DashboardViewerSettings.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.Mvc

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also