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

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public object PageContent { get; }

Property Value

Type Description
Object

A Object value.

See Also