Namespace:DevExpress.DataAccess.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.dll

Syntax
C# |
public interface IChooseEFContextPageView
|
VB |
Public Interface IChooseEFContextPageView
|

Remarks
Depending on the target platform of your application, the following classes provide default implementations of the IChooseEFContextPageView interface.
These views route user commands to the ChooseEFContextPage<TModel> presenter.
To learn more, see Page Views and Presenters.

Inheritance Hierarchy

See Also