Namespace:DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly:DevExpress.Xpf.DataAccess.v19.2.dll

Syntax
C# |
public class ChooseJsonSourcePage : WizardPageBase, IChooseJsonSourcePageView
|
VB |
Public Class ChooseJsonSourcePage Inherits WizardPageBase, IChooseJsonSourcePageView
|

Remarks
Depending on the target platform of your application, the following classes provide default implementations of the DevExpress.DataAccess.Wizard.Views.IChooseJsonSourcePageView interface.
This view routes user commands to the DevExpress.DataAccess.Wizard.Presenters.ChooseJsonSourcePage`1 presenter. To learn more, see Data Source Wizard Pages.
You can create a descendant of this class or implement the DevExpress.DataAccess.Wizard.Views.IChooseJsonSourcePageView interface to customize the Specify JSON Data Location wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Inheritance Hierarchy

See Also