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

Syntax
C# |
public class ChooseFilePage<TModel> : WizardPageBase<IChooseFilePageView, TModel>
|
VB |
Public Class ChooseFilePage(of TModel) Inherits WizardPageBase(of IChooseFilePageView, TModel)
|

Remarks
This presenter is associated with views implementing the IChooseFilePageView interface.

Inheritance Hierarchy

See Also