Skip to main content

PopupWizard Class

A base class for classes that implement popup wizards.

Declaration

export class PopupWizard extends BaseWizard

Inheritance

constructor(pageFactory)

Creates a new instance of the BaseWizard class.

Declaration

constructor(
    pageFactory: any,
    finishCallback?: any
)

Parameters

Name Type Description
pageFactory any

The page factory.

finishCallback any

The finish callback.

Properties

height Property

Specifies the wizard’s height.

Declaration

height: ko.Observable<number>

Property Value

Type Description
Observable<number>

The wizard’s height.

itemsProvider Property

Declaration

itemsProvider: ko.Observable<DevExpress.Analytics.Utils.IItemsProvider>

Property Value

Type
Observable<IItemsProvider>

title Property

Specifies the wizard’s title.

Declaration

title: string

Property Value

Type Description
string

The wizard’s title.

width Property

Specifies the wizard’s width.

Declaration

width: ko.Observable<number>

Property Value

Type Description
Observable<number>

The wizard’s width.