Skip to main content

IWizardPage<TWizardModel> Interface

If implemented, represents a page of the Report Wizard.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface IWizardPage<TWizardModel>
    where TWizardModel :
    IWizardModel

#Type Parameters

Name
TWizardModel
See Also