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

TcxPageControl.ActivePageIndex Property

Specifies the active page by its index among the control’s pages.

#Declaration

Delphi
property ActivePageIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to obtain the active page’s index or to make a specific page active. If the property is set to a value less than 0 or greater than the last page index, none of pages are active. The last page index is always one less than the PageCount property value.

See Also