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

IWizardPage<TWizardModel>.Model Property

If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

Declaration

TWizardModel Model { get; set; }

Property Value

Type Description
TWizardModel

A TModel object containing settings specified by an end-user during wizard execution.

See Also