Back to Devexpress

TdxWizardControlInfoPanel.Caption Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolinfopanel.md

latest855 B
Original Source

TdxWizardControlInfoPanel.Caption Property

Specifies the panel text.

Declaration

delphi
property Caption: string read; write;

Property Value

Type
string

Remarks

You can make the specified text a hyperlink by providing a URL via the Hyperlink property. In addition, you can handle a wizard control OnInfoPanelClick event to respond to panel text clicks.

See Also

TdxWizardControlInfoPanel Class

TdxWizardControlInfoPanel Members

dxCustomWizardControl Unit