Skip to main content

Wizard<TWizardModel>.CurrentPage Property

Returns the current wizard page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public IWizardPage<TWizardModel> CurrentPage { get; }

Property Value

Type Description
IWizardPage<TWizardModel>

An object implementing the IWizardPage<TWizardModel> interface.

See Also