TcxPageControlProperties.TabSheetClass Property
Specifies a template class to be used to create new pages.
Declaration
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