Back to Devexpress

TdxWizardControlHeader.AssignedValues Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolheader.md

latest909 B
Original Source

TdxWizardControlHeader.AssignedValues Property

Identifies which header settings are changed and allows you to revert them to default settings.

Declaration

delphi
property AssignedValues: TdxWizardControlHeaderAssignedValues read; write; default [];

Property Value

Type
TdxWizardControlHeaderAssignedValues

Remarks

Once any TdxWizardControlHeader property is changed, the corresponding AssignedValues flag is set. Resetting the flag reverts the modified property to the default value.

The default value of the AssignedValues property is [].

See Also

TdxWizardControlHeader Class

TdxWizardControlHeader Members

dxCustomWizardControl Unit