Skip to main content

DashboardExtractDataSource.ExtractSourceOptions Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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