Back to Devexpress

ChooseDataSourceNamePageView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-6d668f2a.md

latest2.5 KB
Original Source

ChooseDataSourceNamePageView Class

Provides a view for the Enter the Data Source Name page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.UI.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class ChooseDataSourceNamePageView :
    WizardViewBase,
    IChooseDataSourceNamePageView
vb
Public Class ChooseDataSourceNamePageView
    Inherits WizardViewBase
    Implements IChooseDataSourceNamePageView

Remarks

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

Implements

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseDataSourceNamePageView

See Also

ChooseDataSourceNamePageView Members

ChooseDataSourceNamePage<TModel>

IChooseDataSourceNamePageView

DevExpress.DataAccess.UI.Wizard.Views Namespace