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

Syntax
C# |
public class ChooseDataSourceNamePageView : WizardViewBase, IChooseDataSourceNamePageView
|
VB |
Public Class ChooseDataSourceNamePageView Inherits WizardViewBase, IChooseDataSourceNamePageView
|

Remarks
The following image illustrates this wizard page (as used in the Snap control).


Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
XtraUserControl
WizardViewBase
ChooseDataSourceNamePageView

See Also