Back to Devexpress

TdxWizardControlCustomButtonCollection Class

vcl-dxcustomwizardcontrol-efe23992.md

latest1.3 KB
Original Source

TdxWizardControlCustomButtonCollection Class

A wizard control’s collection of custom buttons.

Declaration

delphi
TdxWizardControlCustomButtonCollection = class(
    TOwnedCollection
)

Remarks

This class provides members that allow you to add new custom buttons to the collection and access individual buttons.

The TdxWizardControlCustomButtonCollection object is referenced by a wizard control Buttons.CustomButtons.Buttons property.

Inheritance

TObject TPersistent TCollection TOwnedCollection TdxWizardControlCustomButtonCollection

See Also

TdxWizardControlCustomButtonCollection Members

dxCustomWizardControl Unit