TdxWizardControlButtons.CustomButtons Property
Provides access to custom button settings.
Declaration
property CustomButtons: TdxWizardControlCustomButtons read; write;
Property Value
| Type | Description |
|---|---|
| TdxWizardControlCustomButtons | Stores a custom wizard button collection and related settings. |
Remarks
Use the CustomButtons property to manage and configure custom buttons.
Refer to the TdxWizardControlCustomButtons class description for detailed information on available options.
See Also