Skip to main content
A newer version of this page is available. .

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

Registers a custom wizard page view.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

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

Type Parameters

Name
TViewType
TViewInstance
See Also