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

IDashboardDataSource Interface

If implemented by a class, provides members related to a dashboard data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public interface IDashboardDataSource :
    IDashboardComponent,
    IComponent,
    IDisposable,
    ISupportInitialize,
    ISupportPrefix

Remarks

This interface is implemented by all classes listed in this topic: Data Sources. Objects, which expose the IDashboardDataSource interface, are contained within the Dashboard.DataSources collection.

See Also