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