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

TcxTabSheet Class

An individual page in a TcxPageControl control.

#Declaration

Delphi
TcxTabSheet = class(
    TCustomControl
)

#Remarks

Each page in a page control is a TcxTabSheet object. This object provides the properties with which you can customize the appearance and behavior of the tab that corresponds to a specific page. In addition, the TcxTabSheet class provides the OnHide and OnShow events, which enable you to perform specific actions when a page becomes active or inactive.

You can access individual pages via the TcxPageControl.Pages property. To access the currently active page, use the TcxPageControl.ActivePage property.

See Also