AIChooseDataSourceOptionPage Class
A view for the Select a Data Source Option page in the WPF Report Wizard.
Namespace: DevExpress.AIIntegration.Wpf.Reporting
Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll
Declaration
[POCOViewModel]
public class AIChooseDataSourceOptionPage :
WizardPageBase,
IAIChooseDataSourceOptionPageView,
IReportWizardPage
Remarks
AIChooseDataSourceOptionPage defines GUI elements for the following page:
This view routes user commands to the AIChooseDataSourceOptionPage<TModel> presenter.
Implements
Inheritance
Object
BindableBase
ViewModelBase
WizardPageBase
AIChooseDataSourceOptionPage
See Also