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

Wizard<TWizardModel>.CurrentPage Property

Returns the current wizard page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

Declaration

public IWizardPage<TWizardModel> CurrentPage { get; }

Property Value

Type Description
IWizardPage<TWizardModel>

An object implementing the IWizardPage<TWizardModel> interface.

See Also