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

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

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

Inheritance Hierarchy

See Also