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

EditExtractOptionsContext.DataSourceInfoService Property

Gets or sets an object that provides information on the dashboard’s data sources and data members.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public IDataSourceInfoService DataSourceInfoService { get; set; }

Property Value

Type Description
IDataSourceInfoService

Provides information about the data source and data members.

See Also