Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IFullscreenWizardPageMetadata<T> Interface

Stores metadata for a fullscreen wizard page.

#Declaration

TypeScript
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:

#Inheritance

IWizardPageMetadata<T>
IFullscreenWizardPageMetadata<T>

#Properties

#navigationPanelText Property

Specifies the text displayed in the wizard’s navigation panel.

#Declaration

TypeScript
navigationPanelText?: string

#Property Value

Type Description
string

The navigation panel’s text.