Back to Devexpress

ChooseJsonSourcePage<TModel> Class

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-dot-choosejsonsourcepage-1.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class ChooseJsonSourcePage<TModel> :
    WizardPageBase<IChooseJsonSourcePageView, TModel>
    where TModel : class, IJsonDataSourceModel
vb
Public Class ChooseJsonSourcePage(Of TModel As {Class, IJsonDataSourceModel})
    Inherits WizardPageBase(Of IChooseJsonSourcePageView, TModel)

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

ChooseJsonSourcePage<TModel> Members

IChooseJsonSourcePageView

DevExpress.DataAccess.Wizard.Presenters Namespace