Skip to main content

Wizard<TWizardModel>.View Property

Provides access to an object that provides the view functionality to a Data Source Wizard.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public IWizardView View { get; }

Property Value

Type Description
IWizardView

An object implementing the IWizardView interface.

See Also