Wizard<TWizardModel>.CurrentPage Property
Returns the current wizard page.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| IWizardPage<TWizardModel> | An object implementing the IWizardPage<TWizardModel> interface. |
See Also