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

TdxWizardControlCustomPage.WizardControl Property

Provides access to the wizard control that owns the current page.

#Declaration

Delphi
property WizardControl: TdxCustomWizardControl read; write;

#Property Value

Type
TdxCustomWizardControl

#Remarks

This property is assigned automatically on creating a page via a wizard control AddPage method call.

See Also