Back to Devexpress

TdxWizardControlCustomPage.PageIndex Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontrolcustompage-a29f861a.md

latest1.0 KB
Original Source

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

TdxWizardControlCustomPage Class

TdxWizardControlCustomPage Members

dxCustomWizardControl Unit