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

WizardPageBase<TView, TModel>.Model Property

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

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public TModel Model { get; set; }

Property Value

Type Description
TModel

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

See Also