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 Class

Represents a page control.

#Declaration

Delphi
TcxPageControl = class(
    TcxCustomTabControl
)

#Remarks

Use the TcxPageControl control to add a multiple page dialog onto a form. This control allows you to create a number of pages (container controls). Each page can contain its own collection of controls. An end-user can switch between pages by means of clicking tabs.

The TcxCustomTabControl class implements the basic functionality of a page control. The TcxPageControl class introduces several properties and methods used for page management.

If you don’t need to use a separate page for each tab, use the TcxTabControl instead. This control provides a single page whose contents can be updated when the selected tab is changed.

See Also