PopupWizard Class
A base class for classes that implement popup wizards.
#Declaration
TypeScript
export class PopupWizard extends BaseWizard
#Inherited Members
#Inheritance
BaseWizard
PopupWizard
#constructor(pageFactory)
Creates a new instance of the BaseWizard
class.
#Declaration
TypeScript
constructor(
pageFactory: any,
finishCallback?: any
)
#Parameters
Name | Type | Description |
---|---|---|
page |
any | The page factory. |
finish |
any | The finish callback. |
#Properties
#height Property
Specifies the wizard’s height.
#Declaration
TypeScript
height: ko.Observable<number>
#Property Value
Type | Description |
---|---|
Observable<number> | The wizard’s height. |
#itemsProvider Property
#Declaration
TypeScript
itemsProvider: ko.Observable<DevExpress.Analytics.Utils.IItemsProvider>
#Property Value
Type |
---|
Observable<IItems |
#title Property
Specifies the wizard’s title.
#Declaration
TypeScript
title: string
#Property Value
Type | Description |
---|---|
string | The wizard’s title. |
#width Property
Specifies the wizard’s width.
#Declaration
TypeScript
width: ko.Observable<number>
#Property Value
Type | Description |
---|---|
Observable<number> | The wizard’s width. |