Back to Devexpress

TdxWizardControlCustomPage Class

vcl-dxcustomwizardcontrol-04450280.md

latest2.6 KB
Original Source

TdxWizardControlCustomPage Class

Serves as the base class for classes that store wizard page settings.

Declaration

delphi
TdxWizardControlCustomPage = class(
    TcxControl,
    IdxWizardControlSelectableItem
)

Remarks

This class introduces the members with which you can adjust the following page attributes:

The TdxWizardControlCustomPage class implements the essential functionality associated with these page settings. TdxWizardControlPage (a TdxWizardControlCustomPage descendant) simply publishes certain properties and events inherited from base classes.

Implements

IdxWizardControlSelectableItem

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxWizardControlCustomPage

See Also

TdxWizardControlCustomPage Members

dxCustomWizardControl Unit