Back to Devexpress

IDashboardDataSource Interface

dashboard-devexpress-dot-dashboardcommon-961c3403.md

latest2.3 KB
Original Source

IDashboardDataSource Interface

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public interface IDashboardDataSource :
    IDashboardComponent,
    IComponent,
    IDisposable,
    ISupportInitialize,
    ISupportPrefix
vb
Public Interface IDashboardDataSource
    Inherits IDashboardComponent,
             IComponent,
             IDisposable,
             ISupportInitialize,
             ISupportPrefix

The following members return IDashboardDataSource objects:

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

IDashboardDataSource Members

DevExpress.DashboardCommon Namespace