The UiTabSheet class contains properties of the UiTabSheet component that is used as a data source for the TabSheetBox component.
| Property name | Brief description | |
| TabSheet | The TabSheet property returns an object, implementing the ITabSheet interface. |
| Property name | Brief description | |
| ComponentCount | The ComponentCount property returns the number of child components, located on the parent component. | |
| Components | The Components property returns a child component, the index of which is passed via the input parameter. | |
| Data | The Data property is used to store any custom data. | |
| Name | The Name property determines the component name. | |
| Tag | The Tag property is not used by the compiler. User can change the value of the property and use it at his own discretion. |
See also: