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

DashboardExtractDataSource.ExtractSourceOptions Property

Provides access to settings of the original data source used to create a data extract.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public ExtractSourceOptions ExtractSourceOptions { get; }

Property Value

Type Description
ExtractSourceOptions

An ExtractSourceOptions class containing settings of the original data source used to create a data extract.

See Also