Skip to main content

TcxPageControl.ActivePageIndex Property

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

Declaration

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