Back to Devexpress

TdxWizardControlCustomPersistent Class

vcl-dxcustomwizardcontrol-ff602be7.md

latest1.2 KB
Original Source

TdxWizardControlCustomPersistent Class

Serves as the base class for wizard control settings.

Declaration

delphi
TdxWizardControlCustomPersistent = class(
    TcxOwnedPersistent
)

Remarks

This class introduces the BeginUpdate and EndUpdate methods, which allow you to improve performance during bulk updates to the properties of the TdxWizardControlCustomPersistent class or its descendants, which provide settings for various wizard control UI elements.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent

See Also

TdxWizardControlCustomPersistent Members

dxCustomWizardControl Unit