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

TdxPageSetupDialog.ActivePageIndex Property

Specifies which page of the Page Setup dialog window is displayed.

#Declaration

Delphi
property ActivePageIndex: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use the ActivePageIndex property to specify the setup page. A value of 0 corresponds to the Page tab, a value of 1 corresponds to the Margins tab, a value of 2 corresponds to the Header/Footer tab, and a value of 3 corresponds to the Scaling tab.

See Also