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

ExtractDataSourceUIHelper.EditExtractOptions(DashboardExtractDataSource, EditExtractOptionsContext) Method

Runs the Data Source Wizard for the Extract Data Source.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public static bool EditExtractOptions(
    this DashboardExtractDataSource dataSource,
    EditExtractOptionsContext context
)

Parameters

Name Type Description
dataSource DashboardExtractDataSource

The Extract Data Source to edit by the Wizard.

context EditExtractOptionsContext

Provides access to objects, values and services required to run the Wizard.

Returns

Type Description
Boolean

True, if the data source is successfully modified; otherwise, false.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EditExtractOptions(DashboardExtractDataSource, EditExtractOptionsContext) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also