Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IDataSourceInfoService DataSourceInfoService { get; set; }

Property Value

Type Description
IDataSourceInfoService

Provides information about the data source and data members.

See Also