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

ChooseJsonSourcePage<TModel> Class

Provides a presenter to the Specify JSON Data Location page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class ChooseJsonSourcePage<TModel> :
    WizardPageBase<IChooseJsonSourcePageView, TModel>
    where TModel : class, IJsonDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseJsonSourcePageView interface.

You can create a descendant of this class to customize logic behind the Specify JSON Data Location wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Inheritance

Object
WizardPageBase<IChooseJsonSourcePageView, TModel>
ChooseJsonSourcePage<TModel>
See Also