Back to Devexpress

TdxWizardControlCustomPage.Watermark Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolcustompage-ae98f13b.md

latest1.2 KB
Original Source

TdxWizardControlCustomPage.Watermark Property

Specifies page-specific watermark settings.

Declaration

delphi
property Watermark: TdxWizardControlPageWatermark read; write;

Property Value

Type
TdxWizardControlPageWatermark

Remarks

Use this property to do the following:

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

  • Revert your custom watermark settings to default settings.

Refer to the TdxWizardControlPageWatermark class description to learn about the watermark settings available via the Watermark property.

See Also

TdxWizardControlCustomPage Class

TdxWizardControlCustomPage Members

dxCustomWizardControl Unit