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