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.PageIndex Property

Specifies the zero-based index of the current page within a wizard control Pages collection.

#Declaration

Delphi
property PageIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

The PageIndex property value is assigned automatically on creating a page. Modify the property value to move a page within the collection, thus customizing the page display order. At design time, you can move pages within the collection using the Page Collection Editor.

See Also