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

TcxPageControlProperties.TabSheetClass Property

Specifies a template class to be used to create new pages.

#Declaration

Delphi
property TabSheetClass: TcxTabSheetClass read; write;

#Property Value

Type
TcxTabSheetClass

#Remarks

Use this property to specify a custom class (a TcxTabSheet descendant) to be used to create new pages. By default, the property is initialized with the TcxTabSheet class. To access pages contained within the page control, use the Pages property.

See Also