Back to Devexpress

TdxWizardControlCustomPage.Header Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolcustompage-75a96808.md

latest1.2 KB
Original Source

TdxWizardControlCustomPage.Header Property

Specifies page-specific header settings.

Declaration

delphi
property Header: TdxWizardControlPageHeader read; write;

Property Value

Type
TdxWizardControlPageHeader

Remarks

Use this property to do the following:

  • Specify the title and description of the page header;

  • Customize default header settings (the settings assigned via a wizard control Header property) with settings that are relevant to the current wizard page;

  • Revert your custom header settings to default settings.

Refer to the TdxWizardControlPageHeader class description to learn about the header settings available via the Header property.

See Also

TdxWizardControlCustomPage Class

TdxWizardControlCustomPage Members

dxCustomWizardControl Unit