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

TdxCustomWizardControl.ActivePage Property

Makes a specified wizard page active (shown) within the wizard control.

#Declaration

Delphi
property ActivePage: TdxWizardControlCustomPage read; write;

#Property Value

Type
TdxWizardControlCustomPage

#Remarks

A wizard page can be activated in a number of ways. End-users can sequentially activate pages using navigation buttons (Next or Back). You can programmatically make a specific wizard page active either by calling its Activate method or via a wizard control’s ActivePage and ActivePageIndex properties. In addition, you can call wizard control methods to sequentially activate pages, emulating end-user navigation with buttons.

The wizard control does the following on page activation:

Note

Only pages whose PageVisible property is set to True can be activated.

See Also