ExtractDataSourceUIHelper.EditExtractOptions(DashboardExtractDataSource, EditExtractOptionsContext) Method
Runs the Data Source Wizard for the Extract Data Source.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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. |
Related GitHub Examples
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.