Back to Devexpress

TdxWizardControlTitle Class

vcl-dxcustomwizardcontrol.md

latest1.7 KB
Original Source

TdxWizardControlTitle Class

Contains the wizard title settings.

Declaration

delphi
TdxWizardControlTitle = class(
    TdxWizardControlCustomPersistent
)

Remarks

This class introduces the settings with which you can do the following:

  • Specify the wizard title’s text and/or image (Text and Glyph);

  • Customize the font settings of the title text (Font).

A TdxWizardControlTitle object is referenced by a wizard control OptionsViewStyleAero.Title property.

Note

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

Inheritance

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlTitle

See Also

TdxWizardControlTitle Members

dxCustomWizardControl Unit