Back to Devexpress

IChooseObjectAssemblyPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-9dd27bfe.md

latest2.1 KB
Original Source

IChooseObjectAssemblyPageView Interface

If implemented, provides a view for the Select an Assembly page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IChooseObjectAssemblyPageView
vb
Public Interface IChooseObjectAssemblyPageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseObjectAssemblyPageView interface.

PlatformPage View
WinFormsChooseObjectAssemblyPageView
WPFChooseObjectAssemblyPage

These views route user commands to the ChooseObjectAssemblyPage<TModel> presenter.

To learn more, see Page Views and Presenters.

See Also

IChooseObjectAssemblyPageView Members

ChooseObjectAssemblyPage<TModel>

DevExpress.DataAccess.Wizard.Views Namespace