ExtractDataSourceUIHelper.EditExtractOptions<TModel>(DashboardExtractDataSource, EditExtractOptionsContext, Action<IWizardCustomization<TModel>>) Method
In This Article
Runs the Data Source Wizard for the Extract Data Source.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public static bool EditExtractOptions<TModel>(
this DashboardExtractDataSource dataSource,
EditExtractOptionsContext context,
Action<IWizardCustomization<TModel>> CustomizeDataSourceWizard
)
where TModel : class, IExtractDataSourceModel, new()
#Parameters
Name | Type | Description |
---|---|---|
data |
Dashboard |
The Extract Data Source to edit by the Wizard. |
context | Edit |
Provides access to objects, values and services required to run the Wizard. |
Customize |
Action<IWizard |
An action that customizes the Wizard before it is run. |
#Type Parameters
Name | Description |
---|---|
TModel | A DevExpress. |
#Returns
Type | Description |
---|---|
Boolean | True, if the data source is successfully modified; otherwise, false. |
See Also