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

IWizardCustomization<TModel>.Model Property

Provides access to a document model associated with a custom wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

TModel Model { get; }

Property Value

Type Description
TModel

A XtraReportModel or DashboardDataSourceModel object.

See Also