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

WizardPageBase<TView, TModel>.PageContent Property

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

public object PageContent { get; }

Property Value

Type Description
Object

A Object value.

See Also