Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxWizardControlOptionsButtons Class

Stores common wizard button settings.

#Declaration

Delphi
TdxWizardControlOptionsButtons = class(
    TdxWizardControlCustomPersistent
)

#Remarks

#Main API Members

The list below outlines key members of the TdxWizardControlOptionsButtons class. These members allow you to configure wizard buttons.

#Common Button Settings

Enabled
Specifies if wizard buttons are enabled.
Height | Width
Allow you to explicitly define dimensions for all wizard buttons.

#General-Purpose API Members

Assign
Copies button settings between wizard controls.
BeginUpdate | EndUpdate
Allow you to avoid excessive redraw operations during batch button setting changes.

#Direct TdxWizardControlOptionsButtons Class Reference

The TdxWizardControlButtons.Common property references a TdxWizardControlOptionsButtons object.

See Also