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

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