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

TdxWizardControlHeader Class

Serves as the base class for the classes that store the header settings.

#Declaration

Delphi
TdxWizardControlHeader = class(
    TdxWizardControlCustomPersistent
)

#Remarks

This class introduces the header settings that are common to all wizard pages. With these settings, you can do the following:

The TdxWizardControlPageHeader class (a TdxWizardControlHeader descendant) extends its ancestor class with page-specific properties – the title and description.

A TdxWizardControlHeader object is referenced by a wizard control Header property.

Note

If you need to change several TdxWizardControlHeader settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.

See Also