Back to Devexpress

ChooseObjectAssemblyPage<TModel> Class

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

latest2.0 KB
Original Source

ChooseObjectAssemblyPage<TModel> Class

Provides a presenter to the Select an Assembly 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 ChooseObjectAssemblyPage<TModel> :
    WizardPageBase<IChooseObjectAssemblyPageView, TModel>
    where TModel : class, IObjectDataSourceModel
vb
Public Class ChooseObjectAssemblyPage(Of TModel As {Class, IObjectDataSourceModel})
    Inherits WizardPageBase(Of IChooseObjectAssemblyPageView, TModel)

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseObjectAssemblyPageView interface.

Inheritance

Object WizardPageBase<IChooseObjectAssemblyPageView, TModel> ChooseObjectAssemblyPage<TModel>

See Also

ChooseObjectAssemblyPage<TModel> Members

IChooseObjectAssemblyPageView

DevExpress.DataAccess.Wizard.Presenters Namespace