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

TcxCustomTabControlProperties.ShowFrame Property

Specifies the visibility of page borders.

#Declaration

Delphi
property ShowFrame: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if page borders are visible; otherwise, False.

#Remarks

Set this property to True to display page borders. This will emphasize the page contents within a page control or tab control. Otherwise, page borders will be hidden.

Value Example
False (default) No Page Borders
True Page Borders are Visible

Note

If skins are applied to the tab control and the HideTabs property is set to False, the ShowFrame property value is ignored and the border is always displayed.

#Default Value

The ShowFrame property’s default value is False.

See Also