Back to Devexpress

TdxWizardControlInfoPanel Class

vcl-dxcustomwizardcontrol-d63f752e.md

latest2.0 KB
Original Source

TdxWizardControlInfoPanel Class

Contains the Info Panel settings.

Declaration

delphi
TdxWizardControlInfoPanel = class(
    TdxWizardControlCustomPersistent
)

Remarks

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

A TdxWizardControlInfoPanel object is referenced by a wizard control InfoPanel property.

Note

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

Inheritance

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlInfoPanel

See Also

TdxWizardControlInfoPanel Members

dxCustomWizardControl Unit