Skip to main content

IWizardCustomization<TModel>.Model Property

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

TModel Model { get; }

Property Value

Type Description
TModel

A XtraReportModel or DashboardDataSourceModel object.

See Also