vcl-dxcustomwizardcontrol-4a8237b5.md
Stores common wizard button settings.
TdxWizardControlOptionsButtons = class(
TdxWizardControlCustomPersistent
)
The list below outlines key members of the TdxWizardControlOptionsButtons class. These members allow you to configure wizard buttons.
EnabledSpecifies if wizard buttons are enabled.Height | WidthAllow you to explicitly define dimensions for all wizard buttons.
AssignCopies button settings between wizard controls.BeginUpdate | EndUpdateAllow you to avoid excessive redraw operations during batch button setting changes.
The TdxWizardControlButtons.Common property references a TdxWizardControlOptionsButtons object.
TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlOptionsButtons
See Also