IFullscreenWizardPageMetadata<T> Interface
Stores metadata for a fullscreen wizard page.
Declaration
export interface IFullscreenWizardPageMetadata<T extends DevExpress.Analytics.Wizard.IWizardPage> extends IWizardPageMetadata<T>
Type Parameters
Name | Type | Description |
---|---|---|
T | IWizardPage | The wizard page. |
Remarks
A metadata object provides the functionality to:
- create a page;
- work with the page’s local state;
- specify the page’s HTML template;
- specify the page’s description.
The FullscreenWizardPageFactory stores metadata objects for all wizard pages by their IDs. Use the page factory’s unregisterMetadata method to remove an existing page from the wizard. Use the registerMetadata method to add a new page to the wizard.
See the following topics for more information:
- Customize the Report/Data Source Wizard (ASP.NET Web Forms)
- Customize the Report/Data Source Wizard (ASP.NET MVC)
- Customize the Report/Data Source Wizard (ASP.NET Core)
Inherited Members
Inheritance
IWizardPageMetadata<T>
IFullscreenWizardPageMetadata<T>
Properties
navigationPanelText Property
Specifies the text displayed in the wizard’s navigation panel.
Declaration
navigationPanelText?: string
Property Value
Type | Description |
---|---|
string | The navigation panel’s text. |