Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public IWizardView View { get; }

Property Value

Type Description
IWizardView

An object implementing the IWizardView interface.

See Also