Back to Devexpress

TdxWizardControlOptionsButtons Class

vcl-dxcustomwizardcontrol-4a8237b5.md

latest1.9 KB
Original Source

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

EnabledSpecifies if wizard buttons are enabled.Height | WidthAllow you to explicitly define dimensions for all wizard buttons.

General-Purpose API Members

AssignCopies button settings between wizard controls.BeginUpdate | EndUpdateAllow you to avoid excessive redraw operations during batch button setting changes.

Direct TdxWizardControlOptionsButtons Class Reference

The TdxWizardControlButtons.Common property references a TdxWizardControlOptionsButtons object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlOptionsButtons

See Also

TdxWizardControlOptionsButtons Members

dxCustomWizardControl Unit