Back to Devexpress

ChooseDataSourceNamePage Class

wpf-devexpress-dot-xpf-dot-dataaccess-dot-datasourcewizard-eb16849d.md

latest1.8 KB
Original Source

ChooseDataSourceNamePage Class

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

Namespace : DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public class ChooseDataSourceNamePage :
    IChooseDataSourceNamePageView
vb
Public Class ChooseDataSourceNamePage
    Implements IChooseDataSourceNamePageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseDataSourceNamePageView interface.

PlatformPage View
WinFormsChooseDataSourceNamePageView
WPFChooseDataSourceNamePage

These views route user commands to the ChooseDataSourceNamePage<TModel> presenter.

Inheritance

Object ChooseDataSourceNamePage

See Also

ChooseDataSourceNamePage Members

DevExpress.Xpf.DataAccess.DataSourceWizard Namespace