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

IWizardPage<TWizardModel>.PageContent Property

If implemented, provides access to the content of a wizard page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

object PageContent { get; }

Property Value

Type Description
Object

A Object value.

See Also