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

DataSource.HasDataProvider Property

Gets whether the dashboard data provider is used to supply the current data source with data.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Browsable(false)]
public bool HasDataProvider { get; }

Property Value

Type Description
Boolean

true, if the dashboard data provider is used to supply the current data source with data; otherwise, false.

Implements

See Also