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

ChooseJsonSchemaPage<TModel> Class

Provides a presenter to the Select Data Fields page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class ChooseJsonSchemaPage<TModel> :
    WizardPageBase<IChooseJsonSchemaPageView, TModel>
    where TModel : class, IJsonDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseJsonSchemaPageView interface.

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

Inheritance

See Also