Skip to main content

IWizardCustomization<TModel>.RegisterPageView<TViewType, TViewInstance>() Method

Registers a custom wizard page view.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

void RegisterPageView<TViewType, TViewInstance>()
    where TViewInstance : WizardViewBase, TViewType

Type Parameters

Name
TViewType
TViewInstance
See Also